@extends('layouts.master') @section('title','Admin') @section('header') @include('layouts.header') @endsection @section('content')



Students

@endsection @section('footer') @include('layouts.footer') @endsection @section('extra') @include('search_students') @endsection