@extends('dashboard.layout.layout') @section('content')
{!! trans('dashboard.bill.add_bill') !!}
{{ csrf_field() }}
{!! Form::text("budget", null, ['class' => 'form-control' , 'placeholder' => trans('dashboard.bill.budget')]) !!}
{!! Form::text("categories_count", null, ['class' => 'form-control' , 'placeholder' => trans('dashboard.bill.categories_count')]) !!}
@endsection @section('vendor_styles') @endsection @section('page_styles') @endsection @section('vendor_scripts') @endsection @section('page_scripts') @endsection