@extends('dashboard.master') @section('title', 'Teacher Monthly Salary History') @push('css') @endpush @section('content')
Name : {{ $teacher->teachers->name }}, Month : {{Carbon\carbon::parse( $month)->format('F, Y') }}
SN Date Salary Paid Paid Type Action
@push('js') @endpush @endsection