@extends('admin.layouts.master') @section('content') @if (session('success'))
Created Date | Image | Description | Start Date | End Date | Action | Status | Assign |
---|---|---|---|---|---|---|---|
{{ \Carbon\Carbon::parse($view_event->created_at->toDateString())->format('m/d/Y') }} |
|
{{ $view_event->description }} | {{ $view_event->start_date }} | {{ $view_event->end_date }} | Edit {{-- Delete --}} | @if ($view_event->type == 'accept') Approved @else Disapproved @endif | @endforeach |