@extends('admin.layouts.master') @section('main-content')

{{ __('files.Employees') }}

{{ Breadcrumbs::render('employees') }}
{{ __('files.EmpId') }} {{ __('files.Name') }} {{ __('files.Checkin') }} {{ __('files.Checkout') }} {{ __('files.Date') }}
@endsection @section('css') @endsection @section('scripts') @endsection