@extends('layout.app') @section('title') Branches @endsection @section('pagetitle') Branches @endsection @section('content')
@include('includes.success')
@foreach ($getbranches as $item) @endforeach
Sn Branch Name
{{$i+1}} {{ucwords($item->branch_name)}} Add Users View Users Edit Delete
@endsection @section('scripts') @endsection