@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) @section('css') @endsection @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' => 'links'])
@csrf

{{ __('Social Links') }}

{{-- Dynamic fields --}} @for ($i = 0; $i < count($features); $i++)
@endfor {{-- Add new social links --}}
{{-- Add button --}}
{{-- Footer --}} @include('user.includes.footer')
{{-- Custom JS --}} @push('custom-js') @endpush @endsection