@extends('admin.layouts.master') @section('page_title', __('New Student')) @section('breadcrumb') @include('admin.partials.breadcrumb', ['breads' => [__('Students'), __('New Student')]]) @endsection @push('css') @endpush @section('content')
@csrf
@endsection @push('js') @endpush