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

Create Notice

{!! Form::open(['method' => 'POST', 'action' => 'Admin\NoticeController@store'])!!}
@include('backend.notice.partial')
Browse
{!! Form::hidden('feature_file', null) !!}
{!! Form::close() !!}
@endsection