@extends('components.dashboard.layouts.master') @section('styles') @stack('datatableStyles') @endsection @section('title') {{ __('Videos List') }} @endsection @section('content')

{{ __('Videos List') }}

@endsection @section('script') @stack('datatableScripts') @endsection