@extends('layouts.admin') @section('content')
MODIFICATION FOURNISSEUR
rowid]) }}" method="POST" enctype="multipart/form-data"> @csrf @method('PUT')
@if($errors->has('adresse'))

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

@endif

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

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

@endif

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

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

@endif

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

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

@endif

@endsection