@extends('adminlte::page') @section('content') Add Event Gallery Home Event Gallery Add Event Gallery Add Event Gallery Form @csrf Event Name: Choose or type new event name @foreach($events as $val) {{ $val->event_name }} @endforeach Choose an existing event or type a new event name and press Enter. Start Date: Visibility: Visible Archive Invisible Event Image: Image Preview × Event Video Link (with iframe): Thumbnail Remove Add More Video Link Event Video Files: @stop @section('js') @stop @section('css') @stop