{!! __('backend.website_information') !!}
{!! Form::text('phone', $WebmasterSetting->phone, [ 'placeholder' => '', 'class' => 'form-control', 'id' => 'phone', ]) !!}
{!! Form::text('email', $WebmasterSetting->email, ['id' => 'email', 'class' => 'form-control']) !!} @if ($errors->has('email')) {{ $errors->first('email') }} @endif
{!! Form::text('fax', $WebmasterSetting->fax, ['id' => 'fax', 'class' => 'form-control']) !!} @if ($errors->has('fax')) {{ $errors->first('fax') }} @endif
@if($WebmasterSetting->banner_image != "")
@php try { $photoPath = 'uploads/logo/'; $photoUrl = Storage::disk('s3')->url($photoPath . $WebmasterSetting->banner_image); } catch (\Exception $e) { $photoPath = 'uploads/logo/'; $photoUrl = asset($photoPath).'/'.$WebmasterSetting->banner_image; } @endphp user
{!! Form::hidden('photo_delete','0', array('id'=>'photo_delete')) !!}
@endif @if ($errors->has('banner_image')) {{ $errors->first('banner_image') }} @endif
{!! __('backend.bannerImagesTypes') !!}
Recommend size: 1400 (Width) x 530 (Height).
Maximum size upto 2 mb.