@extends("user.layout.app") @section("title","User Dashboard") @section("content")

Customer Order Payment Details

@csrf
img....
img....
@endsection @push("script") @if(Session::has('msg')) @switch(Session::get('status')) @case('success') @break @case('error') @break @endswitch @endif @endpush