@extends ('../welcome') @section ('content')
@csrf

Manage Payment Types

@foreach($paymentTypes as $type)
@if(count($type->PaymentPlanDetails) == 0) @endif
@endforeach
@endsection