@extends('layouts.master') @section('title') @lang('translation.Price_Slab') @endsection @section('css') @endsection @section('content')

@lang('translation.Price_Slab_List')

@lang('translation.Add')
@foreach ($data as $key => $d) @endforeach
No @lang('translation.Branch') @lang('translation.Min_Count') @lang('translation.Max_Count') @lang('translation.Discount_Percentage') @lang('translation.status') @lang('translation.Action')
{{ (int) $key + 1 }} {{ $d->branch->branch_name ?? 'N/A' }} {{ $d->min_count }} {{ $d->max_count ?? 'Unlimited' }} {{ $d->discount_percentage }}% {{ $d->status == 'active' ? 'Active' : 'Inactive' }}
@endsection @section('scripts') @endsection