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

All Blocks

@foreach($allUnitBlocks as $block) @endforeach
# Name Action
{{$count++}} {{$block->name}} @permission('edit-unit-size') @endpermission @permission('delete-unit-size') @endpermission
@stop @section('js') @stop