@extends('layouts.app') @section('title') All Unit @stop @section('breadcrumb') @stop @section('content')
@permission('item-unit')

Item Unit ListAdd New Unit

@endpermission
@if(Session::has('success')) @endif @if( $item_units->count() > 0 ) @foreach( $item_units as $list ) @endforeach @endif
Name Description Created Date Action
{{$list->name}} {{$list->description}} {{date('d-F-Y' , strtotime($list->created_at))}} @permission('item-unit')
@method('DELETE') @csrf
@endpermission @permission('item-unit') {{-- --}} @endpermission
@stop @section('js') @stop