@extends('layouts.app')
@section('breadcrumb')
@endsection
@section('content')
@if ($errors->any() || $errors->has('error'))
{{-- Loop through all validation errors --}}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Upload Medical Certificate
@endsection