@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 {{__('lang.select_project')}} @foreach( $branches as $branch ) {{ $branch->name }} @endforeach {{__('lang.project')}} @include('layouts.components.input_field', [ 'col' => 6, 'name' => 'net_profit_loss', 'type' => 'number', 'label' => __('lang.profit'), 'value' => $net_profit_loss, 'id' => 'net_profit_loss' ]) {{__('lang.clear')}} @stop @push('include-css') @endpush @push('include-js') @endpush