@extends('admin.layouts.app') @section('panel')
@lang('Note: Users earning the minimum amounts will automatically receive a badge.')
@forelse($badges as $badge) @php $badge->image_with_path = getImage( getFilePath('badge') . '/' . $badge->image, getFileSize('badge'), ); @endphp @empty @endforelse
@lang('Name') @lang('Min Amount') @lang('Action')
{{ __($badge->badge_name) }}
{{ showAmount($badge->min_amount) }}
{{ __($emptyMessage) }}
@if ($badges->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @endpush @push('style') @endpush @push('script') @endpush