@extends('supertiendent.layouts.app') @push('style') @endpush @section('content')

Request

@forelse ($conferenceLists as $conferenceList)
Request ID Seminer Name Start Date End Date Total Cost Status View Details
{{ $conferenceList->id }} {{ $conferenceList->conference_title }} {{ $conferenceList->conference_date }} {{ '2020-09-02' }} ${{ ' 30.00' }} @if ($conferenceList->is_approved == 1) {{ 'Approved' }} @elseif($conferenceList->is_approved == 2) {{ 'rejected' }} @else {{ 'Pending' }} @endif {{-- --}}