@extends('backend.layouts.master') @section('content')

Create Notice

{!! Form::model($notice, ['method' => 'PATCH', 'action' => ['Admin\NoticeController@update', $notice->id]])!!}
@include('backend.notice.partial')
Browse
@if ($notice->feature_file !="")
@else @endif {!! Form::hidden('feature_file', null) !!}
{!! Form::close() !!}
@endsection