@extends('backend.superadmin.index') @section('body')
@include('layouts.message')
{{csrf_field()}}
Company Name *
{{ $errors->first('company_name') }}
Province*
Nature*
Type*
Sponsor on Edu-Fair*
Association
Progressive
Trust School
Email
Left Blank for Default Email {{ $errors->first('email') }}
Username *
{{ $errors->first('username') }}
Password
Left Blank if Same as Username {{ $errors->first('password') }}
@endsection