@extends('site.layout.layout') @section('url'){{URL::to('/')}}/{{App::getLocale()}}/page/{{$data['static']->slug}} @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}}

@if($url == 'contact_us')

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

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

    {{--
  • Location
    77408 Satterfield Motorway Suite 469
    New Antonetta, BC K3L6P6
  • --}}
  • البريد الإلكتروني
    {{ $setting->email }}
  • رقم الهاتف
    {{$setting->mobile }}

أريد أن أتحدث؟ دعونا نفعل ذلك!

{{ csrf_field() }}
{{--
--}}
@else
@if($data['static']->photo)
@endif

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

{!! $data['static']->details !!}
@endif
@endsection @section('js') @endsection