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

{{ $createItemName }}


{{ csrf_field() }}

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

{{__('lang.create_task_on_schedule_received_amount')}} {{$transaction->systemSettingCurrency()}}

{{--

Show Discount

--}}

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

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

@stop @push('include-css') @endpush @push('include-js') @endpush