Default Background

@include('layouts.admin.alerts')
@csrf {{ $errors->first('logo') }}
has('logo') ? 'autofocus' : 'null' }} >

{{ $errors->first('background') }}
has('background') ? 'autofocus' : 'null' }}>

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


@endsection