@extends('layouts.production') @section('content')

{{ Trans('dashboard.branches.branch') }} {{ Trans('suppliers.show') }}

@include('layouts.includes.message')
@if(UserRole::has('edit_branch') || UserRole::has('delete_branch')) @endif @if(isset($branches)) @foreach($branches as $branch) @include('branches.inc.branch_row') @endforeach @elseif(isset($branch)) @include('branches.inc.branch_row') @endif
# {{ Trans('dashboard.branches.branch')}} {{ Trans('users.tel')}} {{ Trans('dashboard.branches.latitude')." ".Trans('dashboard.branches.longtitude')}}{{ Trans('dashboard.crud.actions')}}
@endsection @section('addJs') @endsection