{!! Form::myInput('text', 'site_name', 'Site Name') !!}
{!! Form::myInput('text', 'company_name', 'Company Name') !!}
{!! Form::myInput('text', 'company_address', 'Address') !!}
{!! Form::myInput('text', 'state', 'Address') !!}
{!! Form::myInput('text', 'postcode', 'Postcode') !!}
{!! Form::myInput('text', 'email', 'Email') !!}
{!! Form::myInput('text', 'phone', 'Phone Number') !!}
{!! Form::myInput('text', 'whatsapp_number', 'Whatsapp Number') !!}
{!! Form::myInput('text', 'about_us', 'About Us') !!}
@if (isset($item) && $item->site_logo)
{!! Form::myFile('site_logo', 'Change Site logo Image',['id'=>'image-upload']) !!}
@endif