@extends('home') @section('title') @lang('site.site_name') @endsection @section('styles') @endsection @section('content')
{{ __('Home About Block') }}

{!! Form::open(array('route' => ['saveHomeSetting'],'class' => 'form-horizontal','id' => 'form-social')) !!}
{{ trans('company.PleaseFillAllRequiredData') }}
@foreach (config('translatable.locales') as $lang => $language)

{{ __('About Home Footer') }}
@endforeach
{{ __('Home About Image') }}

{{ __('Home Video') }}
{{ __('Youtube Video ID') }}
{!! Form::close() !!}
@endsection @section('scripts') @endsection