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