@extends('layouts.app') @section('title') All unit Types @stop @section('breadcrumb') @stop @section('content')
@permission('create-unit-type')   Add new Type @endpermission

All Unit Types

@foreach($allUnitTypes as $type) @if($type->status == true) @else @endif @endforeach
# Name Status Action
{{$count++}} {{$type->name}}ActiveInActive @permission('view-unit-type') @endpermission @permission('edit-unit-type') @endpermission @permission('delete-unit-type') @endpermission
@stop @section('js') @stop