| Teacher | {{ $teacher->name ?? '' }} |
| Phone | {{ $teacher->phone ?? '' }} |
|---|---|
| Month | {{ \Carbon\carbon::parse($month)->format('F, Y') }} |
| SN | Date | Amount | Action |
|---|
@extends('dashboard.master') @section('title', 'Teacher Salary Details') @push('css') @endpush @section('content')
| Teacher | {{ $teacher->name ?? '' }} |
| Phone | {{ $teacher->phone ?? '' }} |
|---|---|
| Month | {{ \Carbon\carbon::parse($month)->format('F, Y') }} |
| SN | Date | Amount | Action |
|---|