@extends('layouts.app') @section('title', 'Copy Product') @section('page-title', 'Copy Product') @section('breadcrumb', 'Utilities / Copy Product') @section('content')
Utilities

Utilities / Copy Product

Copy Product

Create a copy of an existing product and view the completion status of your copied products

@foreach($copyTypes as $type)

{{ $type['title'] }}

{{ $type['description'] }}

@if(!empty($type['url'])) {{ $type['button'] }} @else @endif
@endforeach

Copy Product History

@forelse($history as $log) @empty @endforelse
Source Type Destination Date Status
{{ $log->source_title }} {{ $log->typeLabel() }} {{ $log->destination_title }} {{ $log->created_at->format('M d, Y') }} {{ $log->statusLabel() }}
@if($history->hasPages())
{{ $history->links() }}
@endif
@endsection