@extends('layouts.app') @section('title') {{ __('messages.bill.new_bill') }} @endsection @section('page_css') {{-- --}} @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('layouts.errors')
{{ Form::open(['route' => 'bills.store', 'id' => 'billForm']) }} @include('bills.fields') {{ Form::close() }}
@include('bills.templates.templates') @endsection @section('page_scripts') @endsection @section('scripts') @endsection