@extends('adminlte::page') @section('title', 'Payment Link') @section('content_header')

Payment Link

Add
@stop @section('content')
Amount
Link
Status
Action
@foreach ($paymentLinks as $blg)
Amount
{{$blg->amount }}
Link
{{$blg->link }} Copy
Status
Unpaid Paid
Action
@endforeach
@section('js') @stop @stop