@extends("front.layout.master") @php $bcat_name = App\BusinessCategory::where('id',$searchId)->first()->title; @endphp @php $query = request()->all(); $seg=request()->segment(2); @endphp @section('meta_tags') @if(!empty($query['page']) && $query['page']=='1' && $seg == 'businessoffice') Buy Painting for Office & Businesses at Artiner Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='2' && $seg == 'businessoffice') Buy Painting for Office & Businesses at Artiner Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='3' && $seg == 'businessoffice') Buy Painting for Office & Businesses at Artiner Page {{$query['page']}} @elseif(empty($query['page']) && $bcat_name == 'Business/Office') Buy Painting for Office & Businesses at Artiner @elseif(!empty($query['page']) && $query['page']=='1' && $seg == 'beautyspa') Buy Wholesale Artwork For Spa & Saloons | Artiner Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='2' && $seg == 'beautyspa') Buy Wholesale Artwork For Spa & Saloons | Artiner Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='3' && $seg == 'beautyspa') Buy Wholesale Artwork For Spa & Saloons | Artiner Page {{$query['page']}} @elseif(empty($query['page']) && $bcat_name == 'Beauty/Spa') Buy Wholesale Artwork For Spa & Saloons | Artiner @elseif($bcat_name == 'Medical/Dental') Shop Painting for Hospitals & Health Care Industries at Artiner @elseif(!empty($query['page']) && $query['page']=='1' && $seg == 'restaurants') Buy Painting for Restaurants, Bar & Cafe in Bulk Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='2' && $seg == 'restaurants') Buy Painting for Restaurants, Bar & Cafe in Bulk Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='3' && $seg == 'restaurants') Buy Painting for Restaurants, Bar & Cafe in Bulk Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='4' && $seg == 'restaurants') Buy Painting for Restaurants, Bar & Cafe in Bulk Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='5' && $seg == 'restaurants') Buy Painting for Restaurants, Bar & Cafe in Bulk Page {{$query['page']}} @elseif(empty($query['page']) && $bcat_name == 'Restaurants') Buy Painting for Restaurants, Bar & Cafe in Bulk @elseif($bcat_name == "Kids' Space") Shop for Wholesale Wall Art for Schools & Kids Space at Artiner @elseif(!empty($query['page']) && $query['page']=='1' && $seg == 'hospitality') Buy Wholesale Paintings For Hospitality business at Artiner Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='2' && $seg == 'hospitality') Buy Wholesale Paintings For Hospitality business at Artiner Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='3' && $seg == 'hospitality') Buy Wholesale Paintings For Hospitality business at Artiner Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='4' && $seg == 'hospitality') Buy Wholesale Paintings For Hospitality business at Artiner Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='5' && $seg == 'hospitality') Buy Wholesale Paintings For Hospitality business at Artiner Page {{$query['page']}} @elseif(empty($query['page']) && $bcat_name == 'Hospitality') Buy Wholesale Paintings For Hospitality business at Artiner @elseif($bcat_name == 'Hospitality') Buy Wholesale Paintings For Hospitality business at Artiner @else {{ __('Shop for Wholesale Artwork') }} @if(!empty($bcat_name)){{__('for')}} {{ $bcat_name }} @endif{{ __('at Artiner') }} @endif @endsection @section("body")
@php $bcat_slider = App\BusinessCategory::where('id',$searchId)->first()->banner_image; @endphp
@if($bcat_slider != '') @if(file_exists(public_path().'/images/business_category/'.$bcat_slider) ) Banner Image @else Banner Image @endif @else @php $b2bslider = App\Slider::where('status', '=', '1')->where('show_b2b', '=', '1')->orderby('id','asc')->first()->image; @endphp @if(!empty($b2bslider)) Banner Image @endif @endif
{{ csrf_field() }}

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

@if ($errors->any()) @endif
@php $bcat_name = App\BusinessCategory::where('id',$searchId)->first()->title; @endphp @if(!empty($bcat_name))

{{ $bcat_name }}

@endif @php $bcat_description = App\BusinessCategory::where('id',$searchId)->first()->description; @endphp @if(!empty($bcat_description))

{!! $bcat_description !!}

@endif
@php $business_gallery = App\BusinessProductGallery::where('business_category_id',$searchId)->orderBy('id','ASC')->take(9)->get(); @endphp @if(count($business_gallery)>0) @isset($business_gallery)

{{ __('staticwords.How it looks on your wall')}}

@foreach($business_gallery as $row)
@if($row->image != '') @if(file_exists(public_path().'/images/business_category/'.$row->image) ) @else @endif @else @endif
@endforeach @endif
@endisset

{{ __('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') @if($genrals_settings->captcha_enable == 1) {!! no_captcha()->script() !!} @endif @endsection