@extends('layouts.login') @section('nav') @include('header.login') @endsection @section('title')

Votre panier

@endsection @section('content')
@if($errors->has('api'))
{{ $errors->first('api') }} @if($errors->has('api_details'))
{{ $errors->first('api_details') }} @endif
@endif

Code de validation par SMS

@csrf
@error('code') {{ $message }} @enderror
@endsection @section('js') @endsection