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

الشيفتات

@endsection @section('content')
@foreach($shifts as $shift) @endforeach
الشيفت الادمن عدد الاسئلة المعدل القيمة ٪الحافز الراتب تعليق
{{$shift->from_time}} - {{$shift->to_time}} {{$shift->admin->name}} {{$shift->question_count}} {{number_format($shift->rate * 100)}}% {{$shift->fees}} جنية @if($shift->bonus > 0) {{$shift->bonus}}%
{{($shift->bonus/100) * auth()->user()->roles->first()->salary}} جنية @elseif($shift->bonus < 0) {{$shift->bonus}}%
{{($shift->bonus/100) * auth()->user()->roles->first()->salary}} جنية @else 0% @endif
{{$shift->total_amount}} جنية {{$shift->comment}}
@endsection @section('script') @endsection