@extends('layouts.master') @section('contain')

Content Management

{{-- --}}
@php $num = 1; @endphp @foreach ($contentData as $content) @endforeach
S.No Name Media Description Action
{{ $num++ }} {{ $content->name ?? '' }} {{-- // check image file --}} @if (in_array($extention, $arrImgExtensions)) Not Available {{-- // check video file --}} @elseif (in_array($extention, $arrVideoExtensions)) @else {{ 'NA' }} @endif {!! $content->description !!} {{-- --}} {{--
@csrf @method('DELETE')
--}}
@endsection