@extends('site.layout.layout') @section('url'){{ Request::fullUrl() }}@stop @section('css') @stop @section('content')
@php $lang = app()->getLocale(); @endphp
{{-- Hero --}}

{{ $page->title }}

{{-- المحتوى --}}
{!! $page->details !!}
@endsection