@extends('backend.layouts.blit') @section('content')
@include('core-templates::common.errors')
{!! Form::model($notice, ['route' => ['notices.update', $notice->id], 'method' => 'patch','files' => true]) !!} @include('backend.notices.fields') {!! Form::close() !!}
@endsection