@extends('layouts.contentNavbarLayoutBackend') @section('title', 'Create Admission') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
@csrf

Add a new Admission

Enter admission data

Back
@endsection