@extends('layouts.master') @section('content')
{{ $title }}
Upload an Excel file containing man numbers to fetch employee details.
@if(isset($error) || session('error'))
{{ $error ?? session('error') }}
@endif @if(session('success'))
{{ session('success') }}
@endif
@csrf
@endsection @section('scripts') @endsection