@extends('admin.layouts.master') @section('title') Reports @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Reports @endslot @slot('title') Export Reports @endslot @endcomponent
{{-- Employee Report --}}
Employee Report
{{-- Employer Report --}}
Employer Report
{{-- Job Report --}}
Job Report
@endsection @section('script') @endsection