{{ View::make('layout.header') }}

Upload Excel or CSV

@if(session()->has('success'))
{{ session('success') }}
@endif @if(session()->has('danger'))
{{ session('danger') }}
@endif
Download Sample Sheet Use this template for uploading employee data
@csrf
{{ View::make('layout.footer') }}