{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{ $page_title }} @endsection {{-- Content --}} @section('content')
@if (!empty($data['id'])) @method('PUT') @endif @csrf
@include('backend.errors')
--}} @foreach ($typeOptions as $key => $value) @endforeach
--}} @foreach ($status_list as $id => $title) @endforeach
@endsection {{-- Scripts Section --}} @section('scripts') @endsection