@extends('template.main') @section('content')
{!! $content->section_2_small_title !!}

{!! $content->section_2_big_title !!}

{!! $content->section_2_desc !!}

Address:

{{ $company->address }}

Email Address {{ $company->email }}
{!! $company->google_maps !!}
@endsection @section('js') @endsection