Home Page Images

{{-- START ALERT BLOCK --}} @if(Session::has('successMessage')) @endif @if(Session::has('dangerMessage') || count($errors)) @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))
@endif
{!! 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))
@endif
{!! 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))
@endif
{!! 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))
@endif
{!! Form::label('name', 'Link') !!}
{!! Form::label('name', 'Custom Url') !!}
{!! Form::submit('Update', ['class' => 'btn btn-info']) !!} {!! Form::close() !!}