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

المرتبات

@endsection @section('content')
@foreach($salaryRequests as $salaryRequest) @endforeach
الاسم الدور المرتب الحافز الاجمالي التعليق #
{{$salaryRequest->admin->name}} {{$salaryRequest->admin->roles->first()->name}} {{number_format($salaryRequest->salary)}}
{{$salaryRequest->bonus ?? 0}}
{{number_format($salaryRequest->total_salary)}} {{$salaryRequest->comment}} الشيفتات
@endsection @section('script') @endsection