@extends('layouts.front.main') @section('title', __('frontWords.album_single')) @section('content') @section('style') @endsection

{{$page->title}}

{!! $page->detail ?? "" !!}
@endsection @section('script') @endsection