@extends(\Auth::user()->role != 10 ? '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