@extends('front.layout.default_layout') @section('content')

Payment Links

@if (count($errors) > 0)
×
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
@if(isset($user_id)) + Add Payment Link @else + Add Payment Link @endif
{{-- {{$paymentLink_data}} --}} @php $i = 1 @endphp @foreach($paymentLink_data as $data) {{-- {{$data}} --}} @php $i++ @endphp @endforeach
S.No Title Mobile Number Bank Name Customer Name IFSC Code Account Number QR Image Action
{{$i}}. N/A N/A N/A N/A N/A N/A N/A @if(isset($user_id)) @else @endif
@if(isset($user_id)) Back Next @endif @if(isset($user_id)) @else @endif
@stop