@extends('Layouts/dashboard') @section('submenu') {{-- @include('Elements/Venue/submenu') --}} @endsection @section('content')

@t('The email has been sent')

@if (isset($row->User->id))

@t('The payment link has been sent to %s. Once the user completes payment the booking will be displayed on your list of orders.', [$row->User->email])

@else

@t('The payment link has been sent to %s. Once the user completes payment the booking will be displayed on your list of orders.', [$row->extra->user->email])

@endif

@t('For your own reference please find payment link below:')

{{ $link }}

@t('Back to Orders') @endsection