@extends(backpack_view('blank'))
@php
$defaultBreadcrumbs = [
trans('backpack::crud.admin') => backpack_url('dashboard'),
$crud->entity_name_plural => url($crud->route),
trans('backpack::crud.edit') => false,
];
// if breadcrumbs aren't defined in the CrudController, use the default breadcrumbs
$breadcrumbs = $breadcrumbs ?? $defaultBreadcrumbs;
@endphp
@section('header')
{!! $crud->getSubheading() ?? trans('backpack::crud.edit').' '.$crud->entity_name !!}.
{{ trans('backpack::crud.back_to_all') }} {{ $crud->entity_name_plural }}
{!! $crud->getHeading() ?? $crud->entity_name_plural !!}
សូមទាញយកឯកសារដើម្បីបំពេញ រួចភ្ជាប់ជាមួយទម្រង់បែបបទនេះ ។
{{trans('application.border_label')}} | {{trans('application.border')}} | {{trans('application.entrance')}} | |
---|---|---|---|
{{trans("common.border.$generalBorder->border")}} | {{$generalBorder->title}} | {{$generalBorder->entrance}} |
@php
$descriptions = json_decode($generalBorder->description);
@endphp
@foreach($descriptions as $description)
{!! $description->entrance !!}
@endforeach
|
{{trans('application.border_label')}} | {{trans('application.border')}} | {{trans('application.entrance')}} |
---|---|---|
{{$generalAppreciate->title}} | {{$generalAppreciate->year}} | {{trans("common.$generalAppreciate->type")}} |