@php $profile = getUser(); if(!$menu) $menu = []; @endphp @extends($_layout.'admin') @section('title', 'Thiết lập hệ thống') @section('header_title', 'Thiết lập hệ thống') @section('content')
menu
@csrf
@include($_theme.'forms.templates.checklist', [ 'input' => html_input([ 'name' => 'menu', 'type' => 'checklist', 'value' => old('menu', $menu), 'data' => get_area_options([]) ]) ])
@endsection