@extends('admin.layouts.master') @section('title', __('Label.Video')) @section('content')

@yield('title')

@foreach ($result as $key => $value)
@if($value->video_upload_type == "server_video") @endif
@endforeach
Showing {{ $result->firstItem() }} to {{ $result->lastItem() }} of total {{$result->total()}} entries
{{ $result->links() }}
@endsection @push('scripts') @endpush