@extends('layouts.dashboard') @section('content')
@include('flash_msg')

# BOOKING ID CUSTOMER VENDOR SERVICE PAYMENT Action
# Booking Id Customer Vender Service Payment Action
{{--

Displaying {{$memberships->count()}} of {{ $memberships->total() }} Add Memberships.

--}}
{{-- {{ $memberships->appends(request()->all())->links() }} --}}
@endsection