@extends('layouts.dash') {!! $with_navbar=false !!} @section('title') Achats @stop @section('title_card',"Nouvel achat") @section('content')
@if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif
{!! Form::open(['achats' => 'form', 'url' => '/achats', 'class' => 'form-horizontal']) !!} @include("comptabilite.achats.content")
{!! Form::submit('Enregistrer', ['class' => 'btn btn-primary']) !!} Retour
{!! Form::close() !!}
@endsection