@extends('layouts.muladash') @section('title', $title) @section('content')
Contact

{{ $contact->name }}

{{ ucfirst($contact->type) }} | {{ $contact->country }} ({{ $contact->currency }})

{{-- Contact Details --}}
@if($contact->type == 'bank')

Bank Name

{{ $contact->bank_name }}

Account Number

{{ $contact->bank_account_number }}

@else

{{ ucfirst($contact->type) }} Address

{{ $contact->wallet_address }}

@endif
{{-- Action Buttons --}}
{{-- Delete Modal --}} @endsection @section('scripts') @endsection