@extends('dashboard.layout.layout') @section('content')

{!! trans('dashboard.bill.edit_bill') !!}

{!! Form::model($bill,['route' => ['dashboard.bill.update',$bill->id] , 'method' => 'PUT' , 'files' => true ]) !!} @include('dashboard.bill-ajax.form',['btnSubmit' => trans('dashboard.general.edit'),'current' => trans('dashboard.bill.edit_bill')]) {!! Form::close() !!}
@endsection