@extends('dashboard.layouts.master') @section('title', 'Meta Scripts') @section('content')

Meta Scripts

{{--
Reset
--}}
@forelse ($productDesigns as $key => $productDesign) @empty @endforelse
ID Design Name Price Image Action
{{ $key + 1 }} {{ $productDesign->name }} {{ $productDesign->price }} Edit
@csrf @method('DELETE')
No Product Design found.
{{--
{{ $metaScripts->links() }}
--}}
@endsection