Default Background

@include('layouts.admin.alerts')
@if (isset($defaults))
@csrf {{ $errors->first('logo') }}
has('logo') ? ' has-error' : '' }} >

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

{{ $errors->first('banner') }}
has('banner') ? ' has-error' : '' }} style="cursor:pointer">

{{ $errors->first('footerBackground') }}
has('footerBackground') ? ' has-error' : '' }} style="cursor:pointer">

{{--


--}}
@else
@csrf {{ $errors->first('logo') }}

Upload Logo Image *:( Standard image resolution to be used : approx 350X250)

Clear Image
{{ $errors->first('background') }}

Choose Background Image file :*:( Standard image resolution to be used : approx 1920x1157 )

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

Choose Banner Image file :*:( Standard image resolution to be used : approx 1920x300 )

Clear Image
{{ $errors->first('footerBackground') }}

Choose Footer BG Image :*:( Standard image resolution to be used : 1920x1157, preferably dark colors )

Clear Image
{{--


--}}
@endif
@endsection