@extends('admins.layouts.index') @section('content') {!! Form::model($model, ['method'=>'post','class'=>'form-horizontal','files'=>true]) !!}

{{__('General Settings')}}

{!! Form::label('isms_username', __('isms username'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('isms_username', null, ['id'=>'isms_username','class'=>'form-control '.($errors->first('isms_username') ? 'is-invalid' : ''),'placeholder'=>__('username')]) !!} {!!$errors->first('isms_username', ':message')!!}
{!! Form::label('isms_password', __('isms password'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::password('isms_password', ['id'=>'isms_password','class'=>'form-control '.($errors->first('isms_password') ? 'is-invalid' : ''),'placeholder'=>__('Password')]) !!} {!!$errors->first('isms_password', ':message')!!}
{!! Form::label('google_analytics_account', __('Google Analytics Account'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('google_analytics_account', null, ['id'=>'google_analytics_account','class'=>'form-control '.($errors->first('google_analytics_account') ? 'is-invalid' : ''),'placeholder'=>__('Google Analytics Account')]) !!} {!!$errors->first('google_analytics_account', ':message')!!}
{!! Form::label('meta_title', __('Meta Title'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('meta_title', null, ['id'=>'meta_title','class'=>'form-control '.($errors->first('meta_title') ? 'is-invalid' : ''),'placeholder'=>__('Meta Title')]) !!} {!!$errors->first('meta_title', ':message')!!}
{!! Form::label('meta_keywords', __('Meta Keywords'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('meta_keywords', null, ['id'=>'meta_keywords','class'=>'form-control '.($errors->first('meta_keywords') ? 'is-invalid' : ''),'placeholder'=>__('Meta Keywords')]) !!} {!!$errors->first('meta_keywords', ':message')!!}
{!! Form::label('meta_description', __('Meta Description'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('meta_description', null, ['id'=>'meta_description','class'=>'form-control '.($errors->first('meta_description') ? 'is-invalid' : ''),'placeholder'=>__('Meta Description')]) !!} {!!$errors->first('meta_description', ':message')!!}
{!! Form::label('customer_group_id', __('Default Customer Group'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::select('customer_group_id', App\CustomerGroup::combobox(), null, ['id'=>'customer_group_id','class'=>'form-control select2 '.($errors->first('customer_group_id') ? 'is-invalid' : '')]) !!} {!!$errors->first('customer_group_id', ':message')!!}
{!! Form::label('sales_order_prefix', __('Sales Order Prefix'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('sales_order_prefix', null, ['id'=>'sales_order_prefix','class'=>'form-control '.($errors->first('sales_order_prefix') ? 'is-invalid' : ''),'placeholder'=>__('Sales Order Prefix')]) !!} {!!$errors->first('sales_order_prefix', ':message')!!}
{!! Form::label('sales_order_numbering', __('Sales Order Numbering'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::number('sales_order_numbering', null, ['id'=>'sales_order_numbering','class'=>'form-control '.($errors->first('sales_order_numbering') ? 'is-invalid' : ''),'placeholder'=>__('Sales Order Numbering'),'min'=>'0']) !!} {!!$errors->first('sales_order_numbering', ':message')!!}
{{ __('Booking System') }}
{!! Form::radio('booking_system', 1, true, ['id'=>'yes','class'=>'form-check-input']) !!}
{!! Form::radio('booking_system', 0, false, ['id'=>'no','class'=>'form-check-input']) !!}
{{ __('Scheduled Date') }}
{!! Form::radio('scheduled_date', 1, true, ['id'=>'yes','class'=>'form-check-input']) !!}
{!! Form::radio('scheduled_date', 0, false, ['id'=>'no','class'=>'form-check-input']) !!}

{{__('Social Network Settings')}}

{!! Form::label('facebook_link', __('Facebook Link'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('facebook_link', null, ['id'=>'facebook_link','class'=>'form-control '.($errors->first('facebook_link') ? 'is-invalid' : '')]) !!} {!!$errors->first('facebook_link', ':message')!!}
{!! Form::label('twitter_link', __('Twitter Link'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('twitter_link', null, ['id'=>'twitter_link','class'=>'form-control '.($errors->first('twitter_link') ? 'is-invalid' : '')]) !!} {!!$errors->first('twitter_link', ':message')!!}
{!! Form::label('google_link', __('Google Link'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('google_link', null, ['id'=>'google_link','class'=>'form-control '.($errors->first('google_link') ? 'is-invalid' : '')]) !!} {!!$errors->first('google_link', ':message')!!}
{!! Form::label('instagram_link', __('Instagram Link'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('instagram_link', null, ['id'=>'instagram_link','class'=>'form-control '.($errors->first('instagram_link') ? 'is-invalid' : '')]) !!} {!!$errors->first('instagram_link', ':message')!!}
{!! Form::label('pinterest_link', __('Pinterest Link'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('pinterest_link', null, ['id'=>'pinterest_link','class'=>'form-control '.($errors->first('pinterest_link') ? 'is-invalid' : '')]) !!} {!!$errors->first('pinterest_link', ':message')!!}
{!! Form::label('vimeo_link', __('Vimeo Link'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('vimeo_link', null, ['id'=>'vimeo_link','class'=>'form-control '.($errors->first('vimeo_link') ? 'is-invalid' : '')]) !!} {!!$errors->first('vimeo_link', ':message')!!}
{!! Form::label('youtube_link', __('Youtube Link'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('youtube_link', null, ['id'=>'youtube_link','class'=>'form-control '.($errors->first('youtube_link') ? 'is-invalid' : '')]) !!} {!!$errors->first('youtube_link', ':message')!!}

{{__('Company Info')}}

{!! Form::label('company_name', __('Company Name'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('company_name', null, ['id'=>'company_name','class'=>'form-control '.($errors->first('company_name') ? 'is-invalid' : '')]) !!} {!!$errors->first('company_name', ':message')!!}
{!! Form::label('company_logo_url', __('Company Logo'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::file('company_logo_url', ['id'=>'header_image_path','class'=>'custom-file-input '.($errors->first('company_logo_url') ? 'is-invalid' : '')]) !!} {!! Form::label('company_logo_url', __('Choose File'), ['class'=>'custom-file-label']) !!}
{!!$errors->first('company_logo_url', ':message')!!}
{!! Form::label('company_address', __('Company Address'), ['class'=>'col-sm-2 col-form-label text-right']) !!}
{!! Form::text('company_address', null, ['id'=>'company_address','class'=>'form-control '.($errors->first('company_address') ? 'is-invalid' : '')]) !!} {!!$errors->first('company_address', ':message')!!}
{!! Form::label('company_tel', __('Company Tel'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('company_tel', null, ['id'=>'company_tel','class'=>'form-control '.($errors->first('company_tel') ? 'is-invalid' : '')]) !!} {!!$errors->first('company_tel', ':message')!!}
{!! Form::label('company_email', __('Company Email'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('company_email', null, ['id'=>'company_email','class'=>'form-control '.($errors->first('company_email') ? 'is-invalid' : '')]) !!} {!!$errors->first('company_email', ':message')!!}
{!! Form::label('map_lat', __('Latitude'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('map_lat', null, ['id'=>'map_lat','class'=>'form-control '.($errors->first('map_lat') ? 'is-invalid' : '')]) !!} {!!$errors->first('map_lat', ':message')!!}
{!! Form::label('map_long', __('Longtitude'), ['class'=>'col-sm-4 col-form-label text-right']) !!}
{!! Form::text('map_long', null, ['id'=>'map_long','class'=>'form-control '.($errors->first('map_long') ? 'is-invalid' : '')]) !!} {!!$errors->first('map_long', ':message')!!}
{!! Form::close() !!} @endsection @section('script') @endsection