@extends('admin.master') @section('styleSheet') @endsection @section('content') @if(session('message')) @endif
Event Page
{{--
--}} {{-- --}} {{-- Image type and information need to be specified.--}} {{--
--}}
@foreach($eventInfo as $events) @endforeach
Image Title Schedule Duration Author Status Action
{{$events->title}} {{$events->schedule}} {{$events->duration}} {{$events->author}} {{$events->status == 'Y' ? "show" : "Hide" }} Edit Remove
@endsection @section('customJs') @endsection