@extends('layouts/pos_layout') @section('title', '| Pos Others Fee Configuration List') @section('content') @include('successMsg')
| SL# | Effect Date | Sale Type | Type | Categories | Amount | Action |
|---|---|---|---|---|---|---|
| {{ ++$no }} | {{ date('d-m-Y', strtotime($config->valid_from)) }} | {{ $config->sales_type == 1 ? 'Cash Sale' : 'Installment Sale' }} | {{ $config->fee_type }} Fee |
Fatal error: Uncaught Error: Class "App\Models\pos\ProductConfig\PosProductCategory" not found in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/config/posOthersFeeConfig/viewPosOthersFeeConfig.blade.php:60 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/config/posOthersFeeConfig/viewPosOthersFeeConfig.blade.php on line 60 |