@extends('dashboard.layout.layout') @section('current', trans('dashboard.setting.setting')) @section('content')
{!! trans('dashboard.setting.setting') !!}
{!! Form::open(['route' => 'dashboard.website_setting.store', 'method' => 'POST', 'files' => true, 'class' => 'form-horizontal']) !!}
{!! Form::textarea('about_first_p_ar', setting('about_first_p_ar') ? setting('about_first_p_ar') : old('about_first_p_ar'), ['class' => 'form-control', 'placeholder' => trans('dashboard.ar.about_first_p')]) !!}
{!! Form::textarea('about_first_p_en', setting('about_first_p_en') ? setting('about_first_p_en') : old('about_first_p_en'), ['class' => 'form-control', 'placeholder' => trans('dashboard.en.about_first_p')]) !!}
{!! Form::textarea('about_first_p_point1_ar', setting('about_first_p_point1_ar') ? setting('about_first_p_point1_ar') : old('about_first_p_point1_ar'), ['class' => 'form-control', 'placeholder' => trans('dashboard.ar.about_first_p_point1')]) !!}
{!! Form::textarea('about_first_p_point1_en', setting('about_first_p_point1_en') ? setting('about_first_p_point1_en') : old('about_first_p_point1_en'), ['class' => 'form-control', 'placeholder' => trans('dashboard.en.about_first_p_point1')]) !!}
{!! form::close() !!}
@endsection @include('dashboard.setting.scripts')