@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
| الشيفت | الصف الدراسي | الادمن | عدد الاسئلة | المعدل | القيمة | الحافز | الراتب | تعليق |
| {{$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}} |