@extends('frame') @section('title', 'The Dash | Start') @section('main-content')

Recent

@if($result['entryCount'] != 0) @foreach($result['pages'] as $page) @php $type = ''; $file = ''; isset($page['media'][0]['type']) ? $type = $page['media'][0]['type'] : $type = ''; isset($page['media'][0]['file']) ? $file = $page['media'][0]['file'] : $file = ''; @endphp @if($type =='mp4') @include('includes.recent-meta') @else @include('includes.recent-meta') @endif @endforeach @endif
@endsection