@extends('layouts.app') @section('title', 'Ministry Reports') @section('breadcrumbs')
@endsection @section('content')Export data in formats required for Ministry of Labour submissions
| Code | Name | Nationality | Civil ID | Passport | Department | Joining Date | Contract |
|---|---|---|---|---|---|---|---|
| {{ $emp->employee_code }} | {{ $emp->first_name }} {{ $emp->last_name }} | @if($emp->nationality === 'Omani') {{ $emp->nationality }} @else {{ $emp->nationality ?? '—' }} @endif | {{ $emp->national_id ?? '—' }} | {{ $emp->passport_number ?? '—' }} | {{ $emp->department?->name ?? '—' }} | {{ $emp->joining_date?->format('d/m/Y') ?? '—' }} | {{ ucfirst($emp->contract_type ?? '') }} |