@extends('layouts.app') @section('content') {{__("Cards")}} {{__("No.")}} {{__("Card number")}} {{__("Company")}} {{__("Type")}} @foreach($cards as $rbr => $c) {{($rbr+1).'.'}} {{$c->card_number}} {{$c->company}} {{$c->type}} @endforeach
{{__("Are you sure you want to delete data?")}}?