@extends('layouts.app' , ['header' => true , 'close_button' => false]) @section('content') {{-- --}} Payment Successful Welcome to the Ready-Aim-Fire Leaderboard Community @if(auth()->user()) back to home page @else sign in @endif @endsection