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

{{$type->name}}

List

@forelse ($contents as $key => $content ) @empty @endforelse
SL No. Title Action
{{$key+1}} {{$content->title}}
{{$content->description}}

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