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

{{__('manage_video_type') }}

@can('admin.category.add') {{__('add_video_type') }} @endcan
{{ $dataTable->table() }}
@endsection @push('js') {{ $dataTable->scripts() }} @endpush