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

مرتباتي

@endsection @section('content')
@foreach ($monthSalaries as $monthSalary) @endforeach
# الشهر العام الاجمالي التفاصيل
{{ $monthSalary->id }} {{ $monthSalary->month}} {{ $monthSalary->year}} {{ $monthSalary->mySalary() }} {!! auth()->user()->myExamQuestionsLabel($monthSalary->id) !!}
شيفتات
@endsection @section('script') @endsection