@extends('admin.master') @section('title', __('Prepaid credits')) @section('additional_head_tags') @endsection @section('content')
|
{{ __('Name') }} | {{ __('Amount') }} | {{ __('Popular') }} | {{ __('Updated at') }} | {{ __('Actions') }} |
---|---|---|---|---|---|
id }})">
|
{{ $item->name }} | {{ price($item->amount, 0, 1, 2, 'code') }} |
popular ? "checked" : "" }}>
|
{{ $item->updated_at }} |
|