@extends('layouts.admin.app') @section('content')

Bestseller Management

@if(session('success')) @endif
@foreach($bestsellers as $bestseller)
{{ $bestseller->name }}

{{ $bestseller->name }}

{{ $bestseller->description }}

@csrf @method('DELETE')
@endforeach
@push('scripts') @endpush @endsection