@extends('layouts/contentLayoutMaster') @section('title', 'Employee Types') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')

Employee Types

@can('Create Employee Type') Add New @endcan
@if ($message = Session::get('success'))
@endif @if ($errorMessage = Session::get('errorMessage'))
@endif
No. Name Type Action
@endsection @section('vendor-script') @endsection @section('page-script') @endsection