@extends('layouts.master') @section('content')
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 |