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

Create Notice

@csrf
@error('status') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
Back to file
@endsection