@extends($theme.'frontend.layouts.master') @section('title',__('Contact')) @section('content')
{{__('Feel Free To Contact Us')}}

{{__('Contact Us')}}

img
{{__('Phone')}}
{{$general->contact_phone}}
img
{{__('Email')}}
{{$general->contact_email}}
img
{{__('Address')}}
{{$general->contact_address}}
@stop