@extends('../layout/' . $layout)
@section('subhead')
Atarud MIS - Branches List
@endsection
@section('subcontent')
# |
Name |
Code |
Actions |
@php
$i = 0;
@endphp
@foreach ($branches as $row)
{{ ++$i }} |
{{ $row->name }} |
{{ $row->code }} |
Edit
Delete
|
@endforeach
@endsection
@include('../pages/branch/delete')
@include('../pages/branch/create')
@section('script')
@endsection