@extends('layouts.master') @section('css') @endsection @section('title') {{ __('report.allBranches') }} @stop @section('page-header')
| # | {{ __('users.branch_name') }} | {{ __('users.branch_place') }} |
|---|---|---|
| {{ $i }} | {{ $user->name }} | {{ $user->place ?: '---' }} |