@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}} {{ __('app.home') }} {{$data['static']->title}} {!! $data['static']->details !!} {{ csrf_field() }} {{ __('app.fullname') }} {{ __('app.email') }} {{ __('app.phone') }} {{ __('app.message') }} {{ __('app.submit') }} {{-- --}} @endsection @section('js') @endsection
{!! $data['static']->details !!}