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

Add Contact

@csrf
{{-- Contact Name --}}

Contact Name

Select Country

{{-- Include country dropdown partial --}} @include('partials.country')
{{-- Select Contact Type Dropdown --}}

Contact Type

{{-- Trigger --}}
Bank

Bank

{{-- Dropdown --}}
{{-- Bank Inputs --}}
{{-- Wallet/Email input --}}
{{-- Submit Button --}}
@endsection @section('scripts') @endsection