@extends('layouts.app') @section('title') Add New Roll Over @stop @section('breadcrumb') @stop @section('content')
@if($errors->any())

Errors

    {!! implode('', $errors->all('
  • :message
  • ')) !!}
@endif

Roll Over FORM:

{{csrf_field()}}
@if ($errors->has('bb_requ_form')) {{ $errors->first('bb_requ_form') }} @endif
@if ($errors->has('ref_no')) {{ $errors->first('ref_no') }} @endif
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@if ($errors->has('party_code')) {{ $errors->first('party_code') }} @endif
@if ($errors->has('cus_name')) {{ $errors->first('cus_name') }} @endif
@if ($errors->has('inventory_id')) {{ $errors->first('inventory_id') }} @endif
@if ($errors->has('floor')) {{ $errors->first('floor') }} @endif
@if ($errors->has('area')) {{ $errors->first('area') }} @endif
@if ($errors->has('total_amount_invested')) {{ $errors->first('total_amount_invested') }} @endif
@if ($errors->has('total_amount_received')) {{ $errors->first('total_amount_received') }} @endif
@if ($errors->has('if_merging_then_value_of_merging')) {{ $errors->first('if_merging_then_value_of_merging') }} @endif
@if ($errors->has('buy_back_option')) {{ $errors->first('buy_back_option') }} @endif
@if ($errors->has('payment_mode')) {{ $errors->first('payment_mode') }} @endif
@if ($errors->has('roll_over_value_requested_by_client')) {{ $errors->first('roll_over_value_requested_by_client') }} @endif
@if ($errors->has('sales_agents')) {{ $errors->first('sales_agents') }} @endif
Yes :
No:
@if ($errors->has('merging_sold')) {{ $errors->first('merging_sold') }} @endif
@if ($errors->has('merging_receipts')) {{ $errors->first('merging_receipts') }} @endif
@if ($errors->has('rental_discount_paid_to_customer_for_unit')) {{ $errors->first('rental_discount_paid_to_customer_for_unit') }} @endif
@if ($errors->has('loss_or_profit_on_merging')) {{ $errors->first('loss_or_profit_on_merging') }} @endif
@if ($errors->has('total_rebate_payable')) {{ $errors->first('total_rebate_payable') }} @endif
@if ($errors->has('rebate_paid')) {{ $errors->first('rebate_paid') }} @endif
@if ($errors->has('merging_selling_expenses')) {{ $errors->first('merging_selling_expenses') }} @endif
@if ($errors->has('rebate_on_roll_over')) {{ $errors->first('rebate_on_roll_over') }} @endif
@if ($errors->has('value_of_appreciation_in_pkr')) {{ $errors->first('value_of_appreciation_in_pkr') }} @endif
 
@stop @section('js') @stop