@extends('layouts/contentNavbarLayout') @section('title', 'کارتها') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content') @include('components.errors')
| # | شماره کارت | شبا | به نام | ایجاد شده در | عملیات |
|---|---|---|---|---|---|
| {{ $card->id }} | {{ preg_replace('/(\d{4})(\d{4})(\d{4})(\d{4})/', '$1-$2-$3-$4', $card->card_number) }} | {{ $card->shaba }} | {{ $card->card_owner }} | {{ $card->created_at }} |
|