@extends('admin.default') @section('css') @endsection @section('content')

Student Services

Student Service Details

Export to PDF
Service{{ $studentService->service ?? 'N/A' }}
Date{{ $studentService->date ?? 'N/A' }}
Created On{{ $studentService->created_on ?? 'N/A' }}
Updated On{{ $studentService->updated_on ?? 'N/A' }}

Student
@if($studentService->student)
  • {{ $studentService->student->stu_full_name ?? 'N/A' }} (GR No: {{ $studentService->student->gr_num ?? 'N/A' }})
@else No student record found. @endif
@endsection