@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)
@endif
@endsection
@section('script')
@endsection