@extends('layouts.app') @section('title', $page_title) @push('styles') @endpush @section('content')

{{ $sub_title }}

@csrf
@foreach (salaryYears() as $key => $row) @endforeach @foreach (allMonths() as $key => $row) @endforeach
@endsection @push('scripts') @endpush