@extends('reachassuree_agent/layouts.main') @section('title', $data['title']) @section('content')
@include('../reachassuree_agent/master/comman/header') @include('../reachassuree_agent/setting/webpage_setting/comman')
@csrf
@php $columnCount = 3; $permissionCount = count($data['workAreaContain']); $columnSize = ceil($permissionCount / $columnCount); $columnIndex = 0; @endphp @foreach($data['workAreaContain'] as $key => $value) @if($columnIndex % $columnSize === 0)
@endif
@php $columnIndex++; @endphp @if($columnIndex % $columnSize === 0 || $columnIndex === $permissionCount)
@endif @endforeach
@csrf
Action Id Work Name
@endsection @section('custom-scripts') @endsection