@extends('admin.layouts.master') @section('content')

Employee Corner

List

@forelse ($empcontent as $key => $content) @empty @endforelse
SL No. Type Title Action
{{$key+1}} @php $type = DB::table('employee-corner')->whereIn('id', $content->emp_corner_id)->first(); @endphp {{$type}} {{$content->title}}
{{$content->description}}

@if ($event->pdf_file != null) File @elseif ($event->url != null) Click here to visit the link @endif
@if ($event->status == 'publish') Unpublish @else Publish @endif
No Contents Uploaded Yet
@endsection