@extends("front.layout.master") @section('meta_tags') Shop For Bulk & Customized Art For Business at Artiner @endsection @section("body")
@isset($sliders)
@endisset
{{ csrf_field() }}

{{ __('staticwords.ContactUs') }} {{ __('staticwords.for Business Pricing') }}

@if ($errors->any()) @endif

{{ __('staticwords.Art for Your Business') }}

{{ __('staticwords.Affordable solutions for a more welcoming workplace') }}

{{ __('staticwords.Affordable') }}

{{ __('staticwords.We help create beautiful spaces on a budget') }}.

{{ __('staticwords.Art For Any Project') }}

{{ __('staticwords.Choose from 100,000+ pieces of art or create your own custom prints') }}.

{{ __('staticwords.Small Business Specialists') }}

{{ __('staticwords.Small Business Specialists Text Message') }}.

{{ __('staticwords.We will Curate For You') }}

{{ __('staticwords.We will Curate For You Text Message') }}.

{{ __('staticwords.Discover') }}

{{ __('staticwords.DiscoverWorldOriginalPaintingsSale')}}

@if(count($business_categories)>0) @isset($business_categories) @foreach ($business_categories as $key => $row)

{{ $row->title }}

@if($row->description != '') {!! html_entity_decode(substr($row->description, 0, 40)) !!} @if(strlen($row->description) >40) . {{ __('staticwords.readmore') }} {!!html_entity_decode(substr($row->description,40)) !!} @endif @endif

@if($row->image != '') @if(file_exists(public_path().'/images/business_category/'.$row->image) ) @else @endif @else @endif {{ __('staticwords.ExploreMore') }}
@endforeach @endisset
{{ $business_categories->links() }}
@endif

{{ __('staticwords.NeedHelpText1') }}

{{ __('staticwords.NeedHelpText2') }}

{{ __('staticwords.Click Here') }}

{{ __('staticwords.ContactUs') }} {{ __('staticwords.for Business Pricing') }}

{{ __('staticwords.FillUpForm') }}

{{ __('staticwords.You can also mail us') }}

{{ __('staticwords.Get in Touch') }}

{{ __('staticwords.Drop us a line') }} , {{ __('staticwords.We would love to hear from you') }}.
{{ __('staticwords.B2bContactText') }}.

{{ csrf_field() }}
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('message')

{{ $message }}

@enderror
@if($genrals_settings->captcha_enable == 1)
@error('g-recaptcha-response')

{{ $message }}

@enderror
@endif
@endsection @section('script') @php $page="b2b"; @endphp @if($genrals_settings->captcha_enable == 1) {!! no_captcha()->script() !!} @endif @endsection