@extends('admin.layouts.app') @push('scripts_header') @endpush @section('content')
New Banner
@csrf
@if($errors->has('banner_text'))
{{ $errors->first('banner_text') }}
@endif
{{--
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
--}}
@if($errors->has('image'))
{{ $errors->first('image') }}
@endif
Back
@endsection @include('admin.misc.scripts.dropzone_contact_banner')