@extends('layouts.Master') @section('page')

{{$page_title}}

add New Student
@if($data) @foreach($data as $key=>$value)

{{$value->student_name}}

Registration Number:{{$value->reg_no}}

Batch Number:{{$value->reg_no}}

Email:{{$value->reg_no}}

@if($value->status == 1)
Published
@else
Draft
@endif
@endforeach @endif
@endsection @push('script') @endpush