@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__("Add new card")}}

@if($errors->has('card_number')) @endif
@endsection