@php $depID = session('ismngr')['department_id']; $category = \App\Models\Department::where('id',$depID)->first('categories'); $cate = json_decode($category->categories); @endphp @section('custom-scripts') @endsection