@extends('master') @section('title') {{ $title }} @endsection @section('content') @if ($errors->any())
@endif

Update Notice

@csrf @method('PUT')
@if ($notice->thumbnail)
Thumbnail
@endif
Back to Notices
@endsection