@extends("site.app") @section("title") {{$page->title}} - {{ $setting->main_name }} @endsection @section("content")

{!!$page->title !!}

{!! $page->description !!}
@endsection