icon checkout

{{ $title }}

{{ __('Select the category and enter the amount') }}

@foreach($product_categories as $pc)
@php if(file_exists(public_path('/images/'.$pc->icon))){ @endphp {{ $pc->name }} @php } @endphp {{ $pc->name }}
@csrf
@endforeach