@extends('admin_template') @section('content') {{ status_error(); }} Preview Badge @csrf select qrcodes Color Name Insert Top: Font: Paper Type: select Paper PVC Orientation: select Landscape Portrait {{ isset($badgetemp_data['badgelayout']) ? $badgetemp_data['badgelayout'] : '' }} Test Print {{ isset($mode) && $mode == 'insert' ? 'Add New' : 'Update' }} Badge Image Add Badge for Event : {{$event['name']}} @csrf Badge Width (in mm) Badge Height (in mm) Image {{isset($mode) && $mode == 'update' ? 'Update' : 'Save'}} Close @endsection