{!! Form::rawLabel($input,trans('admin.Site title')."*",['class' => 'col-md-2 control-label']) !!}
@php $input='sms_id' @endphp
{!! Form::text($input,@$rows[$input],['class'=>'form-control']) !!}
{!! Form::rawLabel($input,"كود تفعيل رسائل الموبايل"."*",['class' => 'col-md-2 control-label']) !!}
@php $input='logo'; @endphp
{!! Form::text($input,@$rows[$input],['class'=>'form-control']) !!}
{!! Form::rawLabel($input,trans('admin.Logo')."*",['class' => 'col-md-2 control-label']) !!} {{trans("admin.jpg,png,jpeg")}}, {{trans("front.Allowed max file size 4MB")}} {{trans("admin.Recommended resolution 287x136")}}
@php $input='favicon'; @endphp
{!! Form::file($input,['class'=>'form-control']) !!}
@foreach($errors->get($input) as $message)
{{ $message }}
@endforeach
{!! Form::rawLabel($input,trans('admin.Favicon')."*",['class' => 'col-md-2 control-label']) !!} {{trans("admin.ico")}}, {{trans("front.Allowed max file size 4MB")}} {{trans("admin.Recommended resolution 30x30")}}
{!! Form::file($input,['class'=>'form-control']) !!}
@foreach($errors->get($input) as $message)
{{ $message }}
@endforeach