@extends(!in_array(\Auth::user()->role, [10, 15]) ? 'layout' : 'layoutfrontdesk') @section('title', 'Departments') @section('css') @endsection @section('content')
# Department Actions
@csrf
Add Department
@if (in_array(propertiTipe(), [1]))
@endif
@endsection @section('js') @endsection