@extends('admin.layout.admin') @section('title', 'Membership') @section('content')
@if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }} CLick here to see the receipt
@endif

Membership

@csrf
@endsection