@extends('layouts.admin.app')
@section('page-title')
{{ __('main-banners') }}
@endSection
@section('page-nav-title')
@endsection
@section('content')
@include('includes.dialog')
@if (isPermissionsAllowed('create-video'))
@endif
@endsection
@section('scripts')
@endsection