@extends('admin.layouts.master') @section('title') تعديل البيانات @endsection @section('css') @endsection @section('content-header')

تعديل البيانات

@endsection @section('content')
@include('admin.messages')
@csrf @method('PUT')


@endsection @section('js') @endsection