@extends('dashboard.user.layouts.app') @section('content')

{{ $title }}

@slot('header') {{ $title }} @endslot
@csrf

Please select all funding purposes that apply to your application:

@foreach ($grantCategories as $grantCategory)
@error('grant_categories') {{ $message }} @enderror
@endforeach
@endsection