Shipping 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('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
{{--
--}}
{{--
--}}
{{--
--}}