@extends('layouts.muladash') @section('title', $title) @section('content') @include('layouts.mulapart') Edit Contact @csrf @method('PUT') {{-- Contact Name --}} Contact Name {{-- Country Selector --}} {{ $contact->country }} ({{ $contact->currency }}) @include('partials.country') {{-- Contact Type --}} Contact Type {{ ucfirst($contact->type) }} @foreach(['bank', 'crypto', 'paypal', 'zelle', 'cashapp'] as $type) {{ ucfirst($type) }} @endforeach {{-- Bank Fields --}} account_type == 'checking' ? 'selected' : '' }}>Checking account_type == 'savings' ? 'selected' : '' }}>Savings {{-- Wallet/Email --}} Update Contact @endsection @section('scripts') @endsection
Edit Contact
Contact Name
{{ $contact->country }} ({{ $contact->currency }})
Contact Type
{{ ucfirst($contact->type) }}