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