{{-- HERO HEADER --}} {{-- ABOUT --}}
About
@if (isset($_SESSION['user_id']))
@endif {{--

Lorem ipsum dolor sit amet, in quodsi vulputate pro. Ius illum vocent mediocritatem

--}}
{!! $company_description !!}
@if (trim($adv['YearOfEstablishment']) != "" || trim($adv['Directors']) != "" || trim($adv['NumberOfEmployees']) != "" || trim($adv['MemberOf']) != "" )
@if (trim($adv['YearOfEstablishment']) != "") @endif @if (trim($adv['Directors']) != "") @endif @if (trim($adv['MemberOf']) != "") @endif @if (trim($adv['NumberOfEmployees']) != "") @endif
Company Information
Year of Establishment
Directors
Member of
Number of Employees
@endif
@if($paying_advert)
@if($paying_advert) {{ $company_name }} Logo @endif {{-- Company Social Links--}} @if(count($company_social_links)) @endif {{-- Company Video --}} @if($company_video)
{!! $company_video !!}
@endif
@endif
{{-- IMAGE GALLERY --}} @if($company_images) @endif {{-- LOCATIONS --}} @if($company_locations)
Locations
{{--

Lorem ipsum dolor sit amet, in quodsi vulputate pro. Ius illum vocent mediocritatem

--}}
@foreach($company_locations as $district_group=>$district_locations) @if(is_array($district_locations))
{{ $district_group }}
@foreach($district_locations as $location_id=>$data) {!! $data['html'] !!} @endforeach
@endif @endforeach
@endif @if( 1==2 && $paying_advert) {{-- CONTACT --}}
Contact

Got a question? We would love to hear from you.

Send us a message and we will respond as soon as possible.

@if($show_contact_reply) @if($show_contact_errors)
{{ $contact_message }}
    @foreach($contact_errors as $err)
  • {{ $err }}
  • @endforeach
@else
{{ $contact_message }}
@endif @endif
@endif