@extends('Admin.layout.app') @section('content')

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]))
Book Meet & Greet
@endif
@endsection @push('script') @endpush