@extends('layouts.front')
@section('extra_css')
@endsection
@section('extra_js')
$(function() {
var $a = $(".tabs li");
$a.click(function() {
$a.removeClass("active");
$(this).addClass("active");
});
});
@endsection
@section('main_content')
Fatal error: Uncaught Error: Class 'App\Category' not found in /home/hasonraj/public_html/resources/views/_front/pages/video/videos.blade.php:29
Stack trace:
#0 {main}
thrown in /home/hasonraj/public_html/resources/views/_front/pages/video/videos.blade.php on line 29