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

{{__('Edit vehicle')}}

@if($errors->has('marka')) @endif
@if($errors->has('tip')) @endif
@if($errors->has('reg_br')) @endif
@foreach($cardList as $card)

{{$card->card_number. '('.$card->company.') - '.$card->type}}

@endforeach
@endsection