@extends('front.layouts.main') @section('main-container')
@if( $data['banner']['id'] > 0 ) @endif
Overview

Get In Touch

@if(Session::has('message')) @endif
@csrf
Overview

Reach us

@if( $data['reg_add']['id'] > 0 )

{!! $data['reg_add']['title'] !!}

{!! $data['reg_add']['content'] !!} Get Direction
@endif @if( $data['plant'][0]['id'] > 0 )

{{ $data['plant'][0]['title'] }}

@foreach($data['plant'] as $plnt)
{!! $plnt['content'] !!} Get Direction
@endforeach @endif
@if( $data['partner']['id'] > 0 )

{!! $data['partner']['title'] !!}

Become A Partner
{!! $data['partner']['content'] !!}
@endif @endsection @section("js") @endsection