@extends('student.layouts.layout') @section('content')

Request Letter Form

@if(empty($stutRequestLetterData[0]->id))
@else @endif @csrf
@if ($errors->has('country')) {{ $errors->first('country') }}@endif
@if ($errors->has('university')) {{ $errors->first('university') }}@endif
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if ($errors->has('email')){{ $errors->first('email') }}@endif
@if ($errors->has('subject')){{ $errors->first('subject') }}@endif
@if ($errors->has('message')){{ $errors->first('message') }}@endif
@if(empty($stutRequestLetterData[0]->id))
@endif
@endsection @section('pagescriptcode') @endsection