@extends('layouts.master') @section('css') @section('title') {{ __('report.allBranches') }} @stop @endsection @section('page-header')
@endsection @section('content') @if (session('success'))

{{ session('success') }}
@endif
@can('Create a new branch') @endcan
@foreach (App\Models\branchs::get() as $user) @endforeach
# {{ __('users.branch_name') }} {{ __('users.branch_place') }}
{{ $i }} {{ $user->name }} {{ $user->place }}
@endsection @section('js') @endsection