@if (isset($data->images) && $data->images != '')
@php
$images = json_decode($data->images);
@endphp
@if (count($images) > 0)
@foreach ($images as $key => $img)
{{-- @if (count($images) > 1)--}}
{{-- @endif--}}
@endforeach
@endif
@endif
{{Form::label('is_active', __('gift_card.status'), ['class' => 'control-label'])}}