@extends('backend.master') @section('title') {{ @$title }} @endsection @push('css') @endpush @section('content')

{{ ___('memory.Memory Details') }}

@if (hasPermission('memory_list')) {{ ___('common.Back') }} @endif

{{ $memory->title }}

Feature Image
@foreach($memory->galleries as $gallery)
Gallery Image
@endforeach
@endsection @push('script') @include('backend.partials.delete-ajax') @endpush