@extends('admin_template') @section('content') {{ status_error(); }} {{isset($mode) && $mode == 'update' ? 'Update' : 'Save'}} Audience Type. @csrf Delegate Speaker Exhibitor/Sponsors Media Crew Employee Other Name Color: Color Name: Event Name Select Event @if(isset($event) && is_array($event) && count($event) > 0) @foreach($event as $key=>$val) {{$val['name']}} @endforeach @endif {{isset($mode) && $mode == 'update' ? 'Update' : 'Save'}} Instructions: When Adding color to the Audience type only one type should be added to the database at a time. If Color is not needed multiple Audience type can be added at once with the checkbox. @endsection
Instructions: