@extends('layouts.app') @section('title','Notice') @section('pages')
@method('patch') @csrf
Notice Detail

Additional Details

{{--
--}}
{{--
--}}

is_flash_notice==1)?'checked':'' }}> {{-- @if ($errors->has('is_flash_notice')) {{ $errors->first('is_flash_notice') }} @endif --}}

new_flag==1)?'checked':'' }}> {{-- @if ($errors->has('new_flag')) {{ $errors->first('new_flag') }} @endif --}}
@endsection @section('js') @endsection