@extends('layouts.web') @section('page-title', 'Multimedia') @section('content') @if (Auth::user())
@endif
@if (count($multimedia)) @foreach ($multimedia as $resource)
{{ date('d M', strtotime($resource->publish_up)) }}

Warning: Undefined variable $resource in /home/machareti/public_html/resources/views/web/multimedia/index.blade.php on line 42

Warning: Attempt to read property "embed" on null in /home/machareti/public_html/resources/views/web/multimedia/index.blade.php on line 42

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/machareti/public_html/resources/views/web/multimedia/index.blade.php on line 42

Warning: Undefined array key 1 in /home/machareti/public_html/resources/views/web/multimedia/index.blade.php on line 43

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/machareti/public_html/resources/views/web/multimedia/index.blade.php on line 43

Warning: Undefined array key 1 in /home/machareti/public_html/resources/views/web/multimedia/index.blade.php on line 44

Warning: Undefined variable $resource in /home/machareti/public_html/resources/views/web/multimedia/index.blade.php on line 44

Warning: Attempt to read property "embed" on null in /home/machareti/public_html/resources/views/web/multimedia/index.blade.php on line 44

Deprecated: str_replace(): Passing null to parameter #1 ($search) of type array|string is deprecated in /home/machareti/public_html/resources/views/web/multimedia/index.blade.php on line 44

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/machareti/public_html/resources/views/web/multimedia/index.blade.php on line 44
@if (Auth::user())
@if($resource->status) @else @endif
@endif
@endforeach @else @include('partials.noData') @endif
@php $paginates=$multimedia; @endphp
{{ $paginates->links() }}
@stop @section('scripts') @stop