@extends('backend.layout.app') @section('title' , 'Gallery' ) @section('content')
| name | {{ $result['obj']->name }} |
| image |
@if($result['obj']->image)
|
| alt | {{ $result['obj']->alt }} |
| created at | {{ $result['obj']->created_at }} |
| is published | {{ $result['obj']->is_published == '1' ? 'yes' : 'no' }} |