@extends("front.layout.master") @php $query = request()->all(); $seg=last(request()->segments()); @endphp @section('meta_tags') @if(!empty($query['page']) && $query['page']=='1' && $seg == 'miscellaneous') Shop Miscellaneous Art Painting at Lowest Prices at Artiner Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='2' && $seg == 'miscellaneous') Shop Miscellaneous Art Painting at Lowest Prices at Artiner Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='3' && $seg == 'miscellaneous') Shop Miscellaneous Art Painting at Lowest Prices at Artiner Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='4' && $seg == 'miscellaneous') Shop Miscellaneous Art Painting at Lowest Prices at Artiner Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='5' && $seg == 'miscellaneous') Shop Miscellaneous Art Painting at Lowest Prices at Artiner Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='6' && $seg == 'miscellaneous') Shop Miscellaneous Art Painting at Lowest Prices at Artiner Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='7' && $seg == 'miscellaneous') Shop Miscellaneous Art Painting at Lowest Prices at Artiner Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='8' && $seg == 'miscellaneous') Shop Miscellaneous Art Painting at Lowest Prices at Artiner Page {{$query['page']}} @elseif(!empty($query['page']) && $query['page']=='9' && $seg == 'miscellaneous') Shop Miscellaneous Art Painting at Lowest Prices at Artiner Page {{$query['page']}} @else Shop Miscellaneous Art Painting at Lowest Prices at Artiner @endif @endsection @section("body")
@isset($sliders)
@endisset
{{ csrf_field() }}

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

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

{{ __('We are sorry for the inconvenience. This time we do not have your business category in our list but surely will keep that in our list very soon. We would really love to hear from you, Please fill our interactive form regarding your business needs ') }} {{ __('and allow our representatives to get in touch with you soon. You can write us through email also. We are eagerly waiting for you.') }}

@php $business_gallery = App\BusinessProductGallery::where('business_category_id','!=','')->orderBy('id','DESC')->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