@extends("access.visa-success.theme") @section("content")
Visa Success Post Image
@if(isset($_POST['student_name']))

{{$_POST['student_name']}}

@endif @if(isset($_POST['program']))

{{$_POST['program']}}

@endif @if(isset($tempImagePath))
Uploaded Image
@endif
@endsection @push("js") @endpush