@extends('includes.masterpage') @section('content')

{{$language->contact_us}}

{{csrf_field()}} @if(Session::has('cmail')) @endif

{{$settings[0]->address}}

@if($settings[0]->phone != null)

Phone : {{$settings[0]->phone}}

@endif @if($settings[0]->fax != null)

Fax : {{$settings[0]->fax}}

@endif

Site : {{$_SERVER['SERVER_NAME']}}

Email : {{$settings[0]->email}}

@stop @section('footer') @stop