@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif

{{ __('Update Business Card') }}

{{-- Nav links --}} @include('user.pages.edit-cards.includes.nav-link', [ 'link' => 'contact', ])
@csrf

{{ __('Contact & Inquiry Form') }}

{{ __('Contact & Inquiry Form Email Configuration') }}

@include('user.includes.footer')
{{-- Custom JS --}} @push('custom-js') @endpush @endsection