@extends('layouts.layout') @section('title', 'Success') @section('content') Home Payment Success Transaction History @if(Session::has('message')) × {{ Session::get('message') }} @endif Back Print Receipt Print On Passbook @endsection