@php $layout = 'layouts.admin'; @endphp @extends($layout) @section('css') @endsection @section('content')
{{ $data->id ? __('item_type.edit') : __('item_type.add') }}