@extends('frontend.layouts.app') @section ('title', app_name() . ' | Payment Complete') @push('after-styles') @endpush @section('body_class') class="bg-light" @endsection @section('content') {{ $project->name }} {{ $project->description }} Your Order Information Item Name {{ $order['item_description'] }} {{ $order['item_name'] }} Order Number {{ $order['order_no'] }} Amount By MMK {{ $order['amount'] }} @endsection @push('after-scripts') {{ script("js/plugin/jquery.isloading.js") }} @endpush
{{ $project->description }}