@extends('Modules.Costing.layouts.second_main') @section('main-content')
@foreach($out as $out) @endforeach
Index Customer Name Date Total Cost Discount Grand Total Paid Amount Due Amount Payment Type Remove
{{ $i }} {{$out->customer_name}} {{$my_date }} {{$out->total_cost+$out->discount }} {{$out->discount }} {{$out->total_cost }} {{$out->paid }} {{$out->due }} {{$out->payment_type }} Remove
@endsection