@include('coach.layouts.navbar')
Resigter New Student
@if(Session::has('error'))

{{ Session::get('error') }}

@endif @if(Session::has('success'))

{{ Session::get('success') }}

@endif
@csrf
@if($errors->has('fname'))
{{ str_replace("fname","First name",$errors->first('fname')) }}
@endif
@if($errors->has('lname'))
{{ str_replace("lname","Last Name",$errors->first('lname')) }}
@endif
@if($errors->has('mobile_number'))
{{ str_replace("mobile number","Mobile Number",$errors->first('mobile_number')) }}
@endif
@if($errors->has('email'))
{{ str_replace("email","Email",$errors->first('email')) }}
@endif
@if($errors->has('email'))
{{ str_replace("email","Email",$errors->first('email')) }}
@endif