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

المرتبات

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