@extends('admin.default') @section('page-header') Review Videos @endsection @section('content')
@csrf
@foreach ($items as $item) @endforeach
Video Name Video Title Video Keywords Video Video Size Video play time Video dimensions Video Frame rate Video format
Select Video Name Video Title Video Keywords Video Video Size Video play time Video dimensions Video Frame rate Video format
{{ $item->file_name }} {{ $item->file_title }} {!! $item->keyword !!} Play {{ $item->file_size }} {{ $item->file_play_time }} {{ $item->file_height }} * {{ $item->file_width }} {{ $item->file_frame_rate }} {{ $item->file_format }}
@endsection