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

@yield('title')

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