@php $u = isset($area)?$area:crazy_arr(); $txt = $u->id?'Cập nhật':'Thêm'; @endphp @extends($_layout.'admin') @section('title', 'Thông tin area') @section('header_title', 'Area') @section('content')
{{$txt}} area
@csrf
{{$name?$name:"Không được bỏ trống"}}
@endsection