@extends('app-new') @push('head-script') @endpush @push('content-header') @endpush @section('content')

{{ $employee->name }}

Employee Code: {{ $employee->employee_code ?? '-' }}
{{ ucfirst($employee->status ?? 'unknown') }}
@csrf
@error('roles.*')
{{ $message }}
@enderror
@error('organizations.*')
{{ $message }}
@enderror
@error('locations.*')
{{ $message }}
@enderror
@error('sublocations')
{{ $message }}
@enderror @error('sublocations.*')
{{ $message }}
@enderror
Back
@endsection @push('footer-script') @endpush