@extends('admin/layouts/app') @section('page-title') Create Student | Simple Admission @endsection @section('page-breadcrumb')

Student

@endsection @section('main-content')

Create Student

New Information
@method('POST') @csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
{{--
--}}
Back
@endsection @section('extra-css') @endsection @section('extra-script')