@extends('Layouts.sellerLayout') @section('title') {{__('Insert Product Image')}} @endsection @section('css') @endsection @section('breadcrumb')
@endsection @section('content') @if(isset($settings['external_link']) and $settings['external_link']==0)
{{__('Insert Product Image')}}
@CSRF
@foreach($data['images'] as $image)
@endforeach
@endif @endsection @section('script') @endsection