@if (count($errors) > 0)
@endif
@if(Session::has('flash_message'))
( {{trans('words.recommended_resolution')}}: 600x293 or 650x317 or 700x342 or 750x366)
{!! Form::close() !!}
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{ Session::get('flash_message') }}
@endif
@if(Session::has('flash_error_message'))
{{ Session::get('flash_error_message') }}
@endif
{!! Form::open(array('url' => array('admin/notification_send'),'class'=>'form-horizontal','name'=>'settings_form','id'=>'settings_form','role'=>'form','enctype' => 'multipart/form-data')) !!}