@extends('Layouts.adminLayout') @section('title') {{__('Insert Product Image')}} @endsection @section('css') @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Insert Product Image')}}
@CSRF
@foreach($data['images'] as $image)
@if($image->status==1)
@endif
@endforeach
@endsection @section('script') @endsection