@extends('layouts.app') @section('title', $title) @section('content')

JSP / {{ $division }}

{{ $title }}.

@if (session('success'))

{{ session('success') }}

@endif@if ($errors->any())

Please check the form and try again.

@endif
@csrf
@endsection