@extends('admin.master') @section('content') @if(session()->has('message'))
{{ session()->get('message') }}
@endif

Upload Notice Photo

@csrf
@if($errors->has('title'))
{{ $errors->first('title') }}
@endif
@endsection