@extends('layouts.welcomelayouts.app')
@section('title')
{{App\general::latest()->first()->name}} | {{App\general::latest()->first()->subtitle}}
@endsection
@section('SEO')
@endsection
@push('css')
@endpush
@section('contents')
@if(session()->has('Successorder'))
Thank Your For Your Order
We are Send Invoice your Mail.
Go Home
@else
@endif
@endsection
@push('js')
@endpush