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