@extends('layouts.sidebar')
@section('title', 'Mortuary Status')
@section('content')
@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
Record
Mortuary |
Loans |
Employee Name |
Mortuary Rate |
Mortuary Status Update
The mortuary status has been successfully updated.
Loan Status Update
The loan status has been successfully updated.
@endsection