@extends('layouts.admin.base') @section('page-title') Tokens @endsection @section('content')
@foreach ($tokns as $tokn) @endforeach
Name Plan UID Amount Plan Amount Created Action

{{ $tokn->name }}

{{ $tokn->plan ? $tokn->plan->name : NOT_AVAILABLE }}

{{ $tokn->uid }}

{{ $tokn->amount }}

{{ $tokn->percent."%" }}

{{ formatDateTime($tokn->created_at) }}

@endsection @section('scripts') @endsection