@extends('layouts.app') {{--Important Variables--}} @section('title') {{ $report_name }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content')

{{ $report_name }}


{{__('lang.search_criteria')}}


@csrf
@include('layouts.components.input_field', [ 'col' => 6, 'name' => 'net_profit_loss', 'type' => 'number', 'label' => __('lang.profit'), 'value' => $net_profit_loss, 'id' => 'net_profit_loss' ])
@stop @push('include-css') @endpush @push('include-js') @endpush