@extends('front.axies.user.master') @section('user_page')
@for($i=0; $i<5; $i++) @php $status = ['active', 'expired'][rand(0,1)] @endphp @endfor
{{ __('Coupon code') }} {{ __('Value') }} {{ __('Expires at') }} {{ __('Status') }}
{{ \Str::random(12) }}
{{ price(rand(3, 10)) }} {{ fake()->dateTime()->format('Y-m-d H:i') }}
{{ $status }}
@endsection