@extends('layouts.front') @push('css') @endpush @section('content') {{ $page->title }} @lang('Home') @lang('Pages') @php echo $page->details; @endphp @endsection @push('js') @endpush
@php echo $page->details; @endphp