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

{{ empty($stutRequestLetterData[0]->id) ? 'Add' : 'View' }} Request Letter

@if(empty($stutRequestLetterData[0]->id))
@else @endif @csrf
@if ($errors->has('country')) {{ $errors->first('country') }}@endif
@if(!empty($slugName))
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@else @endif @if ($errors->has('university_id')) {{ $errors->first('university_id') }}@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))
@if ($errors->has('request_letters_file')){{ $errors->first('request_letters_file') }}@endif
@endif @if(empty($stutRequestLetterData[0]->id))
@endif
@endsection @section('pagescriptcode') @endsection