@extends('backend.layout.app') @section('title' , 'Gallery' ) @section('content')
id}}", "redirect":"{{route("backend.gallery")}}" })'>
name {{ $result['obj']->name }}
image @if($result['obj']->image) @endif
alt {{ $result['obj']->alt }}
created at {{ $result['obj']->created_at }}
is published {{ $result['obj']->is_published == '1' ? 'yes' : 'no' }}
@endsection @push('footer-script') @endpush