{!! Form::label('الشعار', 'الشعار:') !!}
{!! Form::file('logo', ['class' => 'custom-file-input']) !!} {!! Form::label('logo', 'Choose file', ['class' => 'custom-file-label']) !!}
{!! Form::label('رقم الهاتف الاول', 'رقم الهاتف الاول:') !!} {!! Form::text('phone_1', null, ['class' => 'form-control']) !!}
{!! Form::label('رقم الهاتف الثاني', 'رقم الهاتف الثاني:') !!} {!! Form::text('phone_2', null, ['class' => 'form-control']) !!}
{!! Form::label('العنوان', 'العنوان:') !!} {!! Form::text('address', null, ['class' => 'form-control']) !!}
{!! Form::label('البريد الإلكتروني', 'البريد الإلكتروني:') !!} {!! Form::email('email', null, ['class' => 'form-control']) !!}
{!! Form::label('facebook', 'Facebook:') !!} {!! Form::text('facebook', null, ['class' => 'form-control']) !!}
{!! Form::label('instgram', 'Instgram:') !!} {!! Form::text('instgram', null, ['class' => 'form-control']) !!}
{!! Form::label('twitter', 'Twitter:') !!} {!! Form::text('twitter', null, ['class' => 'form-control']) !!}
{!! Form::label('linkedin', 'Linkedin:') !!} {!! Form::text('linkedin', null, ['class' => 'form-control']) !!}
{!! Form::label('من نحن أخر الصفحة', 'من نحن أخر الصفحة:') !!} {!! Form::textarea('footer_about', null, ['class' => 'form-control']) !!}