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

Upload Notice Photo

@method('PATCH') @csrf
@if($errors->has('title'))
{{ $errors->first('title') }}
@endif
Responsive Image
@if($errors->has('notice_image'))
{{ $errors->first('notice_image') }}
@endif
@endsection