@extends('panel.layout.app') @section('title', __('Manage Coupons')) @section('content')
{{__('User')}} | {{__('Email')}} | {{__('Using Date')}} | |||||
---|---|---|---|---|---|---|---|
{{$user->name." ".$user->surname}} | {{$user->email}} | {{$user->pivot->created_at}} | |||||
{{__('There is no users used the coupon yet')}} |