@extends('layout.admin.master') @section('meta-title', 'Cards') @section('body-class', 'menu-position-side menu-side-left full-screen with-content-panel') @section('breadcrumbs') @endsection @push('asset-top') @endpush @section('content')
Cards
@foreach($cards as $cards) @endforeach
# Card Name Card Price Action
{{$cards->card_name}} {{$cards->card_price}} {{-- --}}
@csrf @method('DELETE')
@endsection