@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("all-maintenance-teams")}}
# | {{__("team-name")}} | {{__("supervisor-name")}} | {{__("Team Schedules")}} | @if(isPermissionsAllowed("edit-maintenance-team","delete-maintenance-team")){{__("control")}} | @endif
---|---|---|---|---|
{{$serial_number++}} | {{$team->team_name}} | {{$team->supervisor}} | @php $teamOrders = \App\Models\Order::where("maintenance_team_id",$team->id)->get() @endphp | @if(isPermissionsAllowed("edit-maintenance-team","delete-maintenance-team"))@if(isPermissionsAllowed("edit-maintenance-team")) id)}}" class="control-link edit"> @endif @if($team->delete == 1) @if(isPermissionsAllowed("delete-maintenance-team")) @endif @endif | @endif