@extends('layouts.admin')
@section('page-title')
Product Images
@endsection
@section('content')
Primary Image
@if(isset($product->photo))
 }})
@endif
Additional Image
@foreach($product->product_images as $pi)
|
|
@endforeach
@endsection
@push('custom-js-scripts')
@endpush