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

Banner

Add 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--}}

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