@extends('layouts.dash') {!! $with_navbar=false !!} @section('title') Journal @stop @section('title_card',"Nouveau Journal") @section('content')
@if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif
{{ html()->form('POST', url('/journaux'))->open() }} @include("comptabilite.journaux.content") {{ html()->form()->close() }}
@endsection