{{ html()->label('Name')->class('form-label') }} {{ html()->text('title')->class('form-control')->placeholder('Your Company Name')->required() }}
{{ html()->label('Email')->class('form-label') }} {{ html()->email('email')->class('form-control')->placeholder('Email Address')->required() }}
{{ html()->label('Mobile')->class('form-label') }} {{ html()->text('mobile')->class('form-control')->placeholder('Mobile Number') }}
{{ html()->label('Phone')->class('form-label') }} {{ html()->text('phone')->class('form-control')->placeholder('Phone') }}
{{ html()->label('Profit Margin')->class('form-label') }} {{ html()->text('margin')->class('form-control')->placeholder('Profit Margin') }}
{{ html()->label('Zip code')->class('form-label') }} {{ html()->text('zip_code')->class('form-control')->placeholder('Zip Code') }}
{{ html()->label('Address')->class('form-label') }} {{ html()->text('address')->class('form-control')->placeholder('Address') }}
{{ html()->label('Google Map')->class('form-label') }} {{ html()->text('google_map')->class('form-control')->placeholder('Google Map Link') }}
{{ html()->label('Description')->class('form-label') }} {{ html()->textarea('description')->class('form-control ckeditor-classic') }}
Publish
{{ html()->select('status', $status)->class('form-control select2')->required() }}
Logo
{{ html()->file('logo', null)->class('form-control') }} {{-- {{ html()->input('image', 'logo', null)->class('form-control dropify1') }} --}}
@if (setting()->logo_pic) 200x200 @endif
@push('js') @endpush