@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
| {{$shift->workShift->from_time}} - {{$shift->workShift->to_time}} | {{$shift->admin->name}} | {{$shift->started_at??'لم يبدا'}} - {{$shift->ended_at ?? 'لم ينتهي'}} | {{$shift->questionsCount()}} | {{$shift->creator->name}} | {{$shift->is_send ? 'sent message' : 'pending'}} | @if($shift->started_at == null) حذف @endif @if($shift->started_at && !$shift->ended_at) دعم @endif |