@extends('layouts.admin') @section('body') @if ($errors->any())
@endif

คำณวนผลประโยชน์

{{csrf_field()}}
ปี เดือน
phase 1
คำณวน
@if($profit) @foreach($profit as $row) @endforeach
No. order id m name mcode prank date year month RP s name scode prank Type price TP1 TP2 LI LI_S
{{$i}} {{$row->order_id}} {{$row->m_name}} {{$row->mcode_prank}} {{$row->date}} {{$row->pyear}} {{$row->pmth}} {{$row->RP}} {{$row->s_name}} {{$row->scode_prank}} {{$row->type_price}} {{number_format($row->TP_1,2)}} {{number_format($row->TP_2,2)}} {{number_format($row->LI,2)}} {{number_format($row->LI_S,2)}}
@endif @endsection