@extends('layouts.admin') @section('title') Zion Global @endsection @section('styles') @endsection @section('page') Events @endsection @section('content') Club Events Tag Next Main Events Event Title: @foreach ($event as $list) {{$list->event}} @endforeach Add Events @endsection @section('script') @endsection