@php($title='تعديل العمل') @extends('adminLayouts.app') @section('title') {{$title}} @endsection @section('header') @endsection @section('breadcrumb')
{{$title}}
@endsection @section('content')
@csrf @include('dashboard.work.form')
@endsection @section('script') @endsection