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

@t('Payment Link Successfully sent')

@t('Your payment link has been sent to %s. Once the customer completes the payment the booking will be displayed on your list of bookings.', [(isset($row->User->id) ? $row->User->email : $row->extra->user->email)])

@t('Whilst you are waiting for payment you can check the booking on your') @t('Pending Bookings') @t('tab.');

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

{{ $link }}

@t('Back to Bookings') @endsection