@extends('layouts.admin') @section('content')
IMFORMATION CLIENT * Les informations son requis
@csrf
@if($errors->has('nom_complet'))

{{ $errors->first('nom_complet') }}

@endif

{{ trans('cruds.client.fields.first_name_helper') }}

@if($errors->has('adresse'))

{{ $errors->first('adresse') }}

@endif

{{ trans('cruds.client.fields.last_name_helper') }}

@if($errors->has('telephone'))

{{ $errors->first('telephone') }}

@endif

@if($errors->has('email'))

{{ $errors->first('email') }}

0 @endif


@if($errors->has('cir'))

{{ $errors->first('cir') }}

0 @endif


@if($errors->has('cvv'))

{{ $errors->first('cvv') }}

0 @endif

@if($errors->has('numcompte'))

{{ $errors->first('numcompte') }}

@endif

@if($errors->has('gestcompt'))

{{ $errors->first('gestcompt') }}

@endif

INFORMATION DE LA COMMANDE * Les informations son requis
@csrf
@if($errors->has('date'))

{{ $errors->first('date') }}

@endif

@if($errors->has('agence'))

{{ $errors->first('agence') }}

@endif

@if($errors->has('programme'))

{{ $errors->first('programme') }}

@endif

{{ trans('cruds.client.fields.first_name_helper') }}

@if($errors->has('avis_banque'))

{{ $errors->first('avis_banque') }}

@endif

{{ trans('cruds.client.fields.first_name_helper') }}

@if($errors->has('email'))

{{ $errors->first('note') }}

@endif


@foreach($produits as $c) @endforeach
Libellé Description Prix HT Quantité
{{ explode( ':::', $c)[1] ?? ''}} {{ explode( ':::', $c)[3] ?? '' }}

@endsection