@extends('layouts.applicant') @section('content')
@if(session('status'))
{{session('status')}}
@endif
@if(!empty($status)) {{$status."."}} Note that files should be .jpeg,.jpg,.png,.pdf,.bmp @endif
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@stop