@extends('admin.layout')
@section('custom-style')
@endsection
@section('content')
@php $date = (isset($_GET['date'])) ? $_GET['date'] : ''; @endphp
@php $searchText = (isset($_GET['searchText'])) ? $_GET['searchText'] : ''; @endphp
Videos to be reviewed
Videos for review by legal team
@if ($errors->any())