@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

الشيفتات

@endsection @section('content')
@foreach($shifts as $shift) @endforeach
الشيفت الصف الدراسي الادمن عدد الاسئلة المعدل القيمة الحافز الراتب تعليق
{{$shift->from_time}} - {{$shift->to_time}} {{$shift->level->title ?? ""}} {{$shift->admin->name}} {{$shift->question_count}} {{number_format($shift->rate * 100)}}% {{$shift->fees}}
{{$shift->bonus ?? 0}}
{{$shift->total_amount}} {{$shift->comment}}
@endsection @section('script') @endsection