@extends('schoolLayout.app') @section('content')
@if (session('error')) @endif @if (session('success')) @endif

ID Card Customization

{{-- template_left --}} @if ($card && $card->template_name == 'template_left')
Student Pic

STUDENT ID CARD

Modern Design

Name: John Smith

Roll No: ST2024001

Contact: +1 234 567 890

logo != null) src="{{ asset('storage/' . $card->logo) }}" @else src="{{ asset('assets/logo.png') }}" @endif alt="School Logo" class=" " style="width: {{ $card->logo_width }}px;height: {{ $card->logo_height }}px;" />
@endif {{-- template_right --}} @if ($card && $card->template_name == 'template_right')

CENTRAL HIGH SCHOOL

Name: John Smith

Roll No: ST2024001

Class: Grade 10

Contact: +1 234 567 890

Student Pic logo != null) src="{{ asset('storage/' . $card->logo) }}" @else src="{{ asset('assets/logo.png') }}" @endif alt="School Logo" class="mx-auto mt-3" style="width: {{ $card->logo_width }}px;height: {{ $card->logo_height }}px;" />
@endif {{-- template_bottom --}} @if ($card && $card->template_name == 'template_bottom')

STUDENT IDENTIFICATION

Student Name:John Smith

ID Number: ST2024001

Academic Year: 2023-2024

Emergency Contact: +1 234 567 890

logo != null) src="{{ asset('storage/' . $card->logo) }}" @else src="{{ asset('assets/logo.png') }}" @endif alt="School Logo" class="mx-auto mt-2" style="width: {{ $card->logo_width }}px;height: {{ $card->logo_height }}px;" /> Student Pic
@endif

Color Settings

{{--

Element Positioning

--}}
@endsection @section('script') @endsection