@extends('layouts.admin') @section('title', 'Create Badge') @section('content')

Create New Badge

@csrf {{-- Field Selection --}}
@error('selected_fields')
{{ $message }}
@enderror

{{-- Conditional Fields --}}
Supported formats: JPEG, PNG, JPG, GIF (Max: 2MB)
Back
Live Preview

John Doe

Company Name

Designation

QR Code

Select fields to see preview

Your badge will appear here
Selected Fields
0
Completed
0
Progress
0%
@endsection