@extends('../layout/' . $layout) @section('subhead') Atarud MIS - Branches List @endsection @section('subcontent')

Branches List

Add
@php $i = 0; @endphp @foreach ($branches as $row) @endforeach
# Name Code Actions
{{ ++$i }} {{ $row->name }} {{ $row->code }} Edit Delete
@endsection @include('../pages/branch/delete') @include('../pages/branch/create') @section('script') @endsection