@extends('admin.admin_master') @section('title') Student Details @endsection @section('content')

Student Details

Name {{ $student->name }}
Email {{ $student->email }}
Phone {{ $student->phone }}
Gender {{ $student->gender }}
Guardian Name {{ $student->guardian_name }}
Guardian Phone {{ $student->guardian_phone }}
Whatsapp {{ $student->whatsapp }}
Country {{ $student->country }}
City {{ $student->city }}
Address {{ $student->address }}
Image
Course Name {{ $student->course_name }}
Course Plan Plan {{ $student->plan }}
@endsection