@extends('admin.layouts.app') @section('title', 'Admin - Profile') @push('headerscript') @endpush @section('content')

Detail

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg))
@endif @endforeach
@php $data=json_decode($data->detail); @endphp
@if(@$data->payment_type == 'upi')
@else
@endif
@endsection