@extends('layouts.back-end.app') @section('title', \App\CPU\translate('updated_product_list')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('update_product')}}

{{\App\CPU\translate('product_table')}} {{ $pro->total() }}
@foreach($pro as $k=>$p) @endforeach
{{\App\CPU\translate('SL')}} {{\App\CPU\translate('Product Name')}} {{\App\CPU\translate('previous_shipping_cost')}} {{\App\CPU\translate('new_shipping_cost')}} {{\App\CPU\translate('Action')}}
{{$pro->firstItem()+$k}} {{\Illuminate\Support\Str::limit($p['name'],20)}} {{\App\CPU\BackEndHelper::set_symbol(\App\CPU\BackEndHelper::usd_to_currency($p['shipping_cost']))}} {{\App\CPU\BackEndHelper::set_symbol(\App\CPU\BackEndHelper::usd_to_currency($p['temp_shipping_cost']))}}
{{$pro->links()}}
@if(count($pro)==0)
Image Description

{{\App\CPU\translate('No data to show')}}

@endif
@endsection @push('script') @endpush