@extends('user.layouts.template') @section('styles') @endsection @section('content')
{{--
--}}
@foreach ($payment as $pt) @endforeach
Invoice ID Plan Price Last Billing Payment Status Invoice
#{{ $pt->id }} {{ $pname }} ${{ $pt->amount }} {{ date('M-d-Y', strtotime($pt->created_at)) }} Paid
@endsection