@extends('layouts.dash') {!! $with_navbar=false !!} @section('title') Achat @stop @section('title_card',"Consultation d'un achat") @section('content')
@if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif
{!! Form::model($achat, ['plan_comptable' => 'form', 'url' => '/achats/' . $achat->id, 'method' => 'PUT', 'class' => 'form-horizontal']) !!} @include("comptabilite.achats.content") {!! Form::close() !!}
@endsection