@extends('layouts.public_layout')
@section('title', $title)
@section('content')
FOA Accomplishments {{ ($id == 0 ? '(Add)' : '(Edit)') }}
@if (strlen($msg) > 0)
{{ $msg }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection