@extends('app') @section('head_title', $vendor->company_name.' | '.getcong('site_name') ) @section('head_url', Request::url()) @section('content') @if($gallery_images) @endif

{{$vendor->company_name}}

{{$vendor->address . ', ' . $vendor->city_details->city_name . ',' . $vendor->state_details->name . ',' . $vendor->country_details->country_name}} 

About {{$vendor->company_name}}
Contact Us
{!! Form::open(array('url' => 'allied_services/contact_us','class'=>'','id'=>'contact_form','role'=>'form')) !!}
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif @if(Session::has('error_message'))
{{ Session::get('error_message') }}
@endif
{!! Form::close() !!}
Contact Info
  • {{$vendor->address . ', ' . $vendor->city_details->city_name . ',' . $vendor->state_details->name . ',' . $vendor->country_details->country_name.'- '.$vendor->pincode }}
  • +{{ \App\Countries::getCountryInfo($vendor->country)->phonecode }} {{$vendor->number}}
  • {{!empty($vendor->email_id)?$vendor->email_id:'Not provided'}}
  • {{!empty($vendor->website)?$vendor->website:'Not provided'}}

Share this

@endsection