@extends('admin.layout.master') @section('import-css') @stop @section('body')
{!! Form::model($basic,['route'=>['section1'],'method'=>'PUT','role'=>'form','class'=>'form-horizontal','files'=>true]) !!}
@if ($errors->has('breadcrumb_text')) {{ $errors->first('breadcrumb_text') }} @endif
@if ($errors->has('breadcrumb_text2')) {{ $errors->first('breadcrumb_text2') }} @endif
@if ($errors->has('aboutSectionNewContent')) {{ $errors->first('aboutSectionNewContent') }} @endif
Image
...
Select image Change Remove
@if ($errors->has('header_vector'))
{{ $errors->first('header_vector') }}
@endif
{!! Form::close() !!}
@stop @section('import-script') @stop