@extends('layouts.app') @section('title', $page_title) @push('styles') @endpush @section('content')
@foreach ($salary_pay as $row) @endforeach
@endsection @push('scripts') @endpush