@extends('admin/layouts/contentLayoutMaster') @section('title', 'Student') @section('content') @section('page-style') @endsection

Student

@if (count($errors) > 0) @if($errors->any()) @endif @endif
@if(count($student)>0) @foreach ($student as $key=>$student1) @endforeach @else @endif
ID Name Email ID Mobile No Added / Modified date Action
{{ $student1->id }} {{ $student1->name }} {{ $student1->email_id }} {{ $student1->mobile_no }}

{{ $student1->created }}

Active
No record found!
{{$student->links()}}
@endsection