@extends('employer.layouts.app')
@section('content')
@component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs])
@endcomponent
Import Existing Employees & FRCS Data
@if(session('msg'))
{{ session('msg') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
Download CSV Import template for Existing Employees
@if(session('message'))
{{ session('message') }}
@endif
Download Instruction Document
@endsection
@push('custom_js')
@endpush