@extends('layouts.master') @section('content')
Employee Type List
@foreach($types as $type) @endforeach
SN Employee Type Status Action
{{$type->id}} {{$type->emp_type}} {{ $type->status?'active':'inactive'}}
@csrf @method('DELETE')
@stop @section('scripts') @endsection