@extends('layouts.admin') @section('title') @lang('Preloaded') @endsection @section('breadcrumb')

@lang('Preloaded')

@endsection @section('content')
@forelse ($preloadeds as $item) @empty @endforelse
@lang('Amount') @lang('Action')
{{ showAdminAmount($item->amount) }}
@lang('No Data Found')
@endsection @push('script') @endpush