@extends("layouts.admin.app")
@section("page-title")
{{__("Dashboard")}}
@endSection
@section("page-nav-title")
{{__("banner-video")}}
{{__("banner-video")}}
@endsection
@section("content")
@include("includes.dialog")
# |
{{__("video")}} |
@if(isPermissionsAllowed("control-about"))
{{__("Control")}} |
@endif
@foreach ($videos as $video)
{{ $serial_number }} |
@if ($video->getFirstMediaFile('video'))
@endif
|
|
@endforeach
@endsection
@section("scripts")
@endsection