@extends('admin_template') @section('content') Add Checkpoint for Event : {{$event['name']}} @csrf Name Description {{ isset($result['description']) ? $result['description'] : ''}} Sponsor Email Booth Points Booth Type -Select Type- Platinum Gold Silver Exhibitor ATP Industry Hub Start Up Central Builder Zone AWS Skill Zone GameDay APN Reselliance Primary Contact Person {{isset($mode) && $mode == 'update' ? 'Update' : 'Save'}} Close @endsection