@extends('layouts.admin') @section('content')
MODIFICATION CLIENT
rowid]) }}" method="POST" enctype="multipart/form-data"> @csrf @method('PUT')
@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('client_telephone'))

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

@endif

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

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

0 @endif

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

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

@endif

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

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

@endif

@endsection