@extends('layouts.app') @section('content')
Product Images
New
@if ($images->count()) @foreach ($images as $image) @endforeach
@else

No record

@endif
@endsection @section('js') @endsection