@extends('admin.layouts.master') @section('css') {{-- --}} @endsection @section('content')

Edit {{$submenu->name}} Content

@csrf
{{-- @dD($profile) --}}
@php $departments = App\Models\Department::get(); @endphp
{{-- --}}
{{--
--}}

@endsection @section('js') @endsection