| {{ $branch->id }} |
{{ $branch->name }} |
{{ $branch->tel }} |
{{ $branch->lat_long }} |
@if(UserRole::has("edit_branch"))
id) }}" class="btn btn-xs btn-info"> {{Trans("dashboard.crud.edit")}}
@endif
@if(Branch::getNumber() == "more")
@if(UserRole::has("delete_branch"))
{{Trans("dashboard.crud.remove")}}
@endif
@endif
@include('layouts.includes.modals.danger', ['model' => $branch,'toRoute'=>'branches','attribute'=>'name'])
|