@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) }}

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

{{-- Bank Fields --}}
{{-- Wallet/Email --}}
@endsection @section('scripts') @endsection