@extends('layouts.master') @section('title') {{__('admin.dashboard')}} -@endsection @section('css') @endsection @section('content')

Membership Card

VIP
Platinum
LOYALTY CARD
{{ $number ?? '1234567' }}
{{ $user->full_name }}
{{$artist->name}}

This card is non-transferable and remains the property of {{__system_settings('site_name')}}. It may only be used by the person whose name appears on the front.
Lost or stolen cards should be reported immediately.

{!! QrCode::size(80)->generate(__system_settings('site_base_url')) !!}
{{__system_settings('site_name')}}
{{__system_settings('site_url')}}
@endsection @section('javascript') @endsection