@extends('layouts.studentapp') @section('content') {{-- Student Details --}}
{{-- --}} {{--
Company Logo

{{ PubFun::GetCompany()->title ?? '' }}

{{ PubFun::GetCompany()->place ?? '' }}, {{ PubFun::GetCompany()->city ?? '' }}, {{ PubFun::GetCompany()->district ?? '' }}, {{ PubFun::GetCompany()->state ?? '' }}, {{ PubFun::GetCompany()->pin ?? '' }}

--}}
{{--
--}}
Company Logo

{{ PubFun::GetCompany()->title ?? '' }}

{{ PubFun::GetCompany()->place ?? '' }}, {{ PubFun::GetCompany()->city ?? '' }}, {{ PubFun::GetCompany()->district ?? '' }}, {{ PubFun::GetCompany()->state ?? '' }}, {{ PubFun::GetCompany()->pin ?? '' }}

{{--
--}}
{{-- --}}

{{ $Student->name }}

@if ($StudentUnion)

Student Union {{ $StudentUnion->unionAuthority->title }}

@endif

{{ $Student->mobile }}

{{ $Student->user->email }}

{{ $Student->whatsapp }}

Admission No. : {{ $Student->admission_no }}
Batch : {{ $Student->batchcourse->batch->title }}
Course : {{ $Student->batchcourse->course->title }}
Father Name : {{ $Student->fathername }}
Mother Name : {{ $Student->mothername }}
Guardian Name : {{ $Student->guardian }}
Relation with Guardian Name : {{ $Student->guardianrelation }}
Date of Birth : {{ date('d-m-Y', strtotime($Student->dob)) }}
House : {{ $Student->housename }}
Place : {{ $Student->place }}
Post : {{ $Student->post }}
Panchayath/Municipality/Corporation : {{ $Student->localbody }}
Pin : {{ $Student->pincode }}
District : {{ $Student->district }}
State : {{ $Student->state }}
Student Marks
@endsection