@include('components.backend.head') @include('components.backend.header') @include('components.backend.sidebar')
+ Add Product Prints
@foreach ($product_prints as $key => $category) @endforeach
# Product Prints Created By Created Date Action
{{ $key + 1 }} {{ $category->print_name }} {{ $category->creator_name }} {{ \Carbon\Carbon::parse($category->created_at)->format('d-m-Y') }} Edit
@csrf @method('DELETE')
@include('components.backend.footer') @include('components.backend.main-js')