@extends('admin.layout.app') @section('content')
Our Certificates
@csrf
@if(!empty($data->images)) @php $uploadedImages = json_decode($data->images, true); @endphp
@foreach($uploadedImages as $image)
@endforeach
@endif
@endsection