@include('web.admin.includes.buttons.view-page-button')
Column Value
Title {{ $data['row']->title }}
Slug {{ $data['row']->slug }}
Description {!! $data['row']->description !!}
Rank {{ $data['row']->rank }}
Create at {{ $data['row']->created_at }}
Last updated at {{ $data['row']->last_updated_at }}
Created by {{ $data['row']->created_by }}
Last updated by {{ $data['row']->updated_by_name }}
Status
Images @if ($data['row']->image_name) @else

No image

@endif @if(isset($data['row']->images))
    @foreach($data['row']->images as $galleryImage)
  • {{ $galleryImage->caption }}
  • @endforeach
@endif