Welcome {{ucwords(auth()->user()->firstName." ".auth()->user()->lastName)}} !!
@if(!in_array(auth()->user()->department_id,[5,8,9]))
@if(auth()->user()->department_id != 4)
@endif
@endif
@if(in_array(auth()->user()->department_id,[5,9]))
@endif
@endsection
@push('script')
@endpush