{{ Form::label('first_color','First Color' ,['class' =>"form-label"])}} {{ Form::color('first_color',$splashConfiguration['first_color'] ,['class' =>"form-control form-control-color w-100 mb-3" ,'id' => "splashFirstColor"])}}
{{ Form::label('second color','Second Color' ,['class' =>"form-label" ])}} {{ Form::color('second_color',$splashConfiguration['second_color'] ,['class' =>"form-control form-control-color w-100 mb-3" ,'id' => "splashSecondColor" ])}}
Show Logo
Show Title
{{ Form::label('second color','Title' ,['class' =>"form-label" ])}} {{ Form::text('splash_title',$splashConfiguration['splash_title'] ,['class' =>"form-control form-control-color w-100 mb-3", 'id' => "splashTitle"])}}
{{ Form::label('second color','Title' ,['class' =>"form-label" ])}} {{ Form::color('splash_title_color',$splashConfiguration['splash_title_color'] ,['class' =>"form-control form-control-color w-100 mb-3" ,'id' => "splashTitleColor" ])}}
Show Background

{{$splashConfiguration['splash_title']}}