@extends('edufair.layouts.master') @section('content')
@if(request('client_id'))
@php $client = \App\Client\Client::find(request('client_id')); @endphp You are applying Scholarship to {{$client->company_name}}
{{--Want to change college?[Click here to get another college--}}
@endif
@include('edufair.layouts.message')
{{csrf_field()}}

New Student? Signup Below

* marked fields are compulsory.
{{--
--}} {{--
--}} {{-- --}} {{----}} {{--
@if($errors->first('client_id')) {{$errors->first('client_id')}} @endif
--}} {{--
--}} {{--
--}}
@php if (request('client_id')){ $all_faculties = \App\Client\Client::find(request('client_id'))->onlyfaculties; }else{ $all_faculties = $faculties; } @endphp
{{-- --}}
@if($errors->first('faculty_id')) {{$errors->first('faculty_id')}} @endif
{{-- --}}
@if($errors->first('course_id')) {{$errors->first('course_id')}} @endif
{{-- --}} {{ $errors->first('full_name') }}
{{-- --}} {{ $errors->first('address') }}
{{-- --}} {{ $errors->first('contact_no') }}
{{-- --}} {{ $errors->first('email') }}
{{-- --}}
{{-- --}}
Terms & Condition *
@endsection @section('ajaxScipt') @endsection