@extends('adminlte::page') @section('title', 'Banner') @section('content_header') @stop @section('content')

Banner

Edit Banner

@csrf
{{--@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif--}}

{{--@if ($errors->has('displaying_page'))

{{ $errors->first('displaying_page') }}

@endif--}}

{{--@if ($errors->has('description'))

{{ $errors->first('description') }}

@endif--}}

Upload new video to replace existing one. Max: 50MB
@if($banner['video']) @endif

@stop @section('js') @include('admin.banner.scripts.index') @stop