@extends('theme::backend.layouts.app') @section('theme::backend-content') @include('theme::backend.layouts.navbar')

{{ __('Media Station Videos') }}

@if(session()->has('success')) @endif
{{ __('Add new media station video') }}
@csrf
@if ($errors->has('url')) {{ $errors->first('url') }} @endif

{!! $dataTable->table(['class' => 'table table-hover table-borderless table-striped dataTable w-100'], true) !!}
@include('modals.editData') @endsection @push('theme::javascript') {!! $dataTable->scripts() !!} @endpush