@extends('layout.app') @section('title') Branches @endsection @section('pagetitle') List of user at {{Str::lower($b->branch_name)}} branches @endsection @section('content')
@include('includes.success')
@foreach ($allbranchusers as $item) @endforeach
Sn Name
{{$i+1}} {{ucwords($item->last_name." ".$item->first_name)}} Move to another branch