@extends('user.layouts.master') @push('css') @endpush @section('breadcrumb') @include('user.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("user.dashboard"), ] ], 'active' => __(@$page_title)]) @endsection @section('content')
!
{{ __('Transaction Created!') }}

{{ __('Trade Create Successfully') }}

{{__('Your post will be approved once your funds have been received. You can share this URL or QR code with a potential buyer if you already have one!')}}

@endsection @push('script') @endpush