@extends('layouts.app') @section('content')

{{__('texte.clients_arr.edit.edit_client')}}

{{ method_field('PATCH') }} {{ csrf_field() }}
@if ($errors->has('is_company')) {{ $errors->first('is_company') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('mol')) {{ $errors->first('mol') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('foreign_client')) {{ $errors->first('foreign_client') }} @endif
@if ($errors->has('foreign_country')) {{ $errors->first('foreign_country') }} @endif
@if ($errors->has('foreign_location')) {{ $errors->first('foreign_location') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if ($errors->has('area')) {{ $errors->first('area') }} @endif
@if ($errors->has('location_type')) {{ $errors->first('location_type') }} @endif
@if ($errors->has('location')) {{ $errors->first('location') }} @endif
@if ($errors->has('bulstat')) {{ $errors->first('bulstat') }} @endif
@if ($errors->has('vat') || $errors->has('country_vat')) {{ $errors->first('country_vat').' '.$errors->first('vat') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('active')) {{ $errors->first('active') }} @endif
@endsection