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

Request

@forelse ($conferenceLists as $conferenceList) {{-- --}} @empty @endforelse
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 {{-- --}} registratiion_no }}> {{-- --}}
No conferences found.
@endsection @push('scripts') {{-- --}} @endpush @section('modal') @endsection