@extends('layouts.app') @section('title') All Block @stop @section('breadcrumb') @stop @section('content')

All @if($projectType->status == \App\ProjectType::society) Blocks @else Blocks @endif

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