@extends('backend.index') @section('content')

Products

Create product
You can add products or services that you can sell directly from your landing pages using the integration with your PayPal or Stripe...
@foreach($data as $index => $item) @endforeach
Name Price Currency Description Date Action
{{ $item->name }} {{ $item->price }} {{ $item->currency }}
{{ $item->description }}
Date Created: {{ $item->created_at->format('M j, Y') }}
Date Modified: {{ $item->updated_at->format('M j, Y') }}
@endsection