@extends('backend.layouts.master') @section('content') Create Notice {!! Form::open(['method' => 'POST', 'action' => 'Admin\NoticeController@store'])!!} @include('backend.notice.partial') Feature File Browse {!! Form::hidden('feature_file', null) !!} {!! Form::close() !!} @endsection