@extends('layouts.site') @section('title','Admission') @section('style') @endsection @section('content')
@include('errors.form-errors')

GBS Admission Form

@csrf
@endsection @section('js') {{-- fill preview page --}} {{-- Disable the text field --}} @endsection