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

Modifier fournisseur

@if(Session::has('msgUpdateSuccess'))
{!! session('msgUpdateSuccess') !!}
@endif @if(Session::has('msgUpdateExist'))
{!! session('msgUpdateExist') !!}
@endif
{!! Form::open(['method'=>'PUT','action' => ['FournisseurController@postFormEdit',$fournisseur->id_fournisseur]]) !!}


Annuler {!! Form::close() !!}
@endsection