@extends('layouts.app-admin') @section('content')

Invoice

Name: {{$studentDetails->name}}
Address: {{$studentDetails->address}}
Distric: {{$studentDetails->distric}}, PIN: {{$studentDetails->pin}}




 

@stop @section('script') @endsection