{!! Form::label('amount', 'Amount:') !!}

{{ $expense->amount }}

{!! Form::label('expense_category_id', 'Expense Category Id:') !!}

{{ $expense->expense_category_id }}

{!! Form::label('plot_id', 'Plot Id:') !!}

{{ $expense->plot_id }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $expense->created_at }}

{!! Form::label('updated_at', 'Updated At:') !!}

{{ $expense->updated_at }}