@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
{{--
Update Card
--}}
@csrf @method('PUT')

Primary Card Details

{{-- --}}
{{ $errors->first('primary_card_number') }}
{{ $errors->first('primary_name_on_card') }}
{{-- --}}
{{ $errors->first('primary_expiry_date') }}

Secondary Card Details

{{----}}
{{ $errors->first('secondary_card_number') }}
{{ $errors->first('secondary_name_on_card') }}
{{----}}
{{ $errors->first('secondary_expiry_date') }}

{{-- primary_is_default ? 'checked' : '' }}> Set Primary Card as Default
primary_is_default == 1 ? 'checked' : '' }}> Male primary_is_default == 0 ? 'checked' : '' }}> Female Set as Primary Default Card
Set as Secondary Default Card
primary_is_default == '1' ? 'checked' : '' }} >aa
--}}
@endsection @push('custom_js') @endpush