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

Product Price Setup

{{csrf_field()}}
ประเภทลูกค้า จำนวน ราคา TP-FD TP-DD ...
@foreach($products_prices as $row) @endforeach
ประเภทลูกค้า จำนวน ราคา TP-FD TP-DD Update Manage
{{$row->f_get_user_type_name($row->user_type)}} {{number_format($row->volume,0)}} {{number_format($row->price,2)}} {{number_format($row->tp_fd,2)}} {{number_format($row->tp_dd,2)}} {{$row->updated_at}}
@endsection