@extends('admin.layouts.app') @push('stylesheets') @endpush {{-- @push('topnav') Year - {{ $application->year }} @endpush --}} @section('content')

Back

{{-- --}}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('success'))
{{ session('success') }}
@endif
@endsection