@extends('layouts.master') @section('title') Employee @endsection @section('page-title') Employee @endsection @section('body') @endsection @section('content')

Employee

@can('Create Employee') @endcan
Action # Code Employee Name Phone No Department Name Email Area City State Created At
@endsection @section('scripts') @endsection