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