@extends('backEnd.layout') @section('content')

{{ trans('backLang.sectionNew') }}

{{ trans('backLang.home') }} / {{ trans('backLang.webmasterTools') }} / {{ trans('backLang.siteSectionsSettings') }}
{{Form::open(['route'=>['WebmasterSectionsStore'],'method'=>'POST'])}}
{!! Form::text('name','', array('placeholder' => trans('backLang.langVar'),'class' => 'form-control','id'=>'name','required'=>'')) !!}


   
   
   
   
   
   
   


   
   
   
   
   
   

{!! trans('backLang.cancel') !!}
{{Form::close()}}
@endsection