@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100'])
@section('content')
@include('layouts.navbars.auth.topnav', ['title' => 'Event'])
# |
Event Name |
Event Date |
Remarks |
Action |
@foreach ($event as $data)
{{ $loop->iteration}} |
{{$data->event_name ?? ''}} |
{{$data->event_date ?? ''}} |
{{$data->remarks ?? ''}} |
|
@endforeach
@endsection
@push('scripts')
@endpush