@extends('layouts.master') @section('content')
Unit Types

Unit Types List Add Unit Type

@foreach ($unit_types as $key => $unit_type) @endforeach
S.No Unit Type Name Status Created Action
{{ $key + 1 }} {{ $unit_type->name }} @if ($unit_type->status == 1) Active @else In Active @endif {{ date('d-m-Y', strtotime($unit_type->created_at)) }} @can('Unit Types edit') Edit @endcan @can('Unit Types delete') Remove @endcan
S.No Unit Type Name Status Created Action
@endsection @push('scripts') @endpush