@extends('site.layout.layout') @section('url'){{URL::to('/')}}/{{App::getLocale()}}/contact_us @stop @section('title'){{$data['static']->title}} @stop @section('image'){{URL::to('/')}}/img/750x500/{{$setting->logo}} @stop @section('description'){{\App\Http\Helpers\Helpers::stringReplace($data['static']->details,3)}} @stop @section('css') @endsection @section('content')

{{$data['static']->title}}

{{$data['static']->title}}

{!! $data['static']->details !!}

{{ csrf_field() }}
{{--
--}}
@endsection @section('js') @endsection