@extends('site.inner') @section('title') {!! $gallery->title !!} @endsection @section('breadcrumb') @endsection {{-- @section('page_title') {!! $gallery->title !!} @endsection --}} @section('page_content')

{{ $gallery->title }}

{!! $gallery->content !!}
@endsection @section('js-content') @endsection