@extends('layouts.dashboard') @section('title', $notice->exists ? 'Edit notice' : 'Add notice') @section('content')

{{ $notice->exists ? 'Edit notice' : 'Add notice' }}

@csrf @if ($notice->exists) @method('PUT') @endif
@endsection