@extends('dashboard.parent') @section('title', __('pages.job_request')) @section('page_name', __('pages.edit') . ' ' . $request->full_name) @section('css') @endsection @section('bread_crumb') @endsection @section('actions') @endsection @section('content')
{{-- form --}} @include('dashboard.job-request._form', ['request' => $request, 'function' => 'update']) {{-- end form --}}
@endsection @section('js') @endsection