@extends('layouts.admin') @section('title', 'Price lists — '.config('app.name')) @section('page_title', 'Price lists') @section('breadcrumbs') @endsection @section('content')
Price groups

{{ $lists->count() }} lists · {{ $totalCountries }} country mappings

Click a price group to filter the country table. Use Edit to change rates and SI pricing.

Country → price list

Showing {{ $countries->firstItem() ?: 0 }}–{{ $countries->lastItem() ?: 0 }} of {{ $filteredCount }} @if ($listFilter !== '' || $q !== '') (filtered) @endif

@if ($listFilter !== '') Edit {{ $listFilter }} @endif
@if ($q !== '' || $listFilter !== '' || $perPage !== 40) Clear @endif
@forelse ($countries as $row) @php $mapped = $lists->firstWhere('code', $row->price_list_code); @endphp @empty @endforelse
Country Price list Currency
{{ $row->country }} {{ $row->price_list_code }} {{ $mapped?->currency_code ?: '—' }} Open list
No countries match these filters. Clear filters
{{ $countries->links() }}
@endsection @push('styles') @endpush