Home Page Images
{{-- START ALERT BLOCK --}}
@if(Session::has('successMessage'))
@endif
@endif
@endif
@endif
{!! html_entity_decode(session('successMessage')) !!}
@endif
@if(Session::has('dangerMessage') || count($errors))
{!! html_entity_decode(session('dangerMessage')) !!}
{{ $errors->first() }}
@endif
{{-- END ALERT BLOCK --}}
{{ Form::open(['route' => 'splash2', 'files' => true]) }}
Home Image #{{$i+1}}
{!! Form::label('name', 'Upload Home Page Image') !!}
@if(isset($splash2[$i]->image_url))
{!! Form::label('name', 'Link') !!}
{!! Form::label('name', 'Custom Url') !!}
Home Image #{{$i+1}}
{!! Form::label('name', 'Upload Home Page Image') !!}
@if(isset($splash2[$i]->image_url))
{!! Form::label('name', 'Link') !!}
{!! Form::label('name', 'Custom Url') !!}
Home Image #{{$i+1}}
{!! Form::label('name', 'Upload Home Page Image') !!}
@if(isset($splash2[$i]->image_url))
{!! Form::label('name', 'Link') !!}
{!! Form::label('name', 'Custom Url') !!}
Home Image #{{$i+1}}
{!! Form::label('name', 'Upload Home Page Image') !!}
@if(isset($splash2[$i]->image_url))
{!! Form::label('name', 'Link') !!}
{!! Form::label('name', 'Custom Url') !!}
{!! Form::submit('Update', ['class' => 'btn btn-info']) !!}
{!! Form::close() !!}