@extends('layouts.admin') @section('page-title') Product Images @endsection @section('content')
Primary Image
@if(isset($product->photo)) @endif
@csrf


Additional Image
@csrf

@foreach($product->product_images as $pi) @endforeach
@csrf
@endsection @push('custom-js-scripts') @endpush