@extends('admin.layouts.app') @section('page_content')
@csrf
@if(count($frames) > 0) @foreach($frames as $fkey => $frame)
@if(file_exists($frame->thumb_image)) @endif
@if($fkey == 0) @else @endif
@endforeach @else
@endif
@endsection