@extends('dashboard.layouts.master') @section('title', __('backend.siteSectionsSettings')) @section('content')

{{ __('backend.sectionNew') }}

{{ __('backend.home') }} / {{ __('backend.webmasterTools') }} / {{ __('backend.siteSectionsSettings') }}
{{Form::open(['route'=>['WebmasterSectionsStore'],'method'=>'POST'])}} @foreach(Helper::languagesList() as $ActiveLanguage)
{!! Form::text('title_'.@$ActiveLanguage->code,'', array('placeholder' => '','class' => 'form-control','required'=>'', 'dir'=>@$ActiveLanguage->direction)) !!}
@endforeach


   
   
   
   
   
   
   
   
   
   
   


   
   
   
   
   
   

{!! __('backend.cancel') !!}
{{Form::close()}}
@endsection @push("after-scripts") @endpush