@extends('layouts.dashboard') @section('content')
@include('flash_msg')
Home Setting
@csrf
@if($setting && $setting->header_logo)
@else @endif
@if($setting && $setting->footer_logo)
@else @endif
Sign-up Banner (Max 3)
@csrf
@if($slider && $slider->app_sign_first_slider)
@else @endif
app_sign_first_title) value="{{$slider->app_sign_first_title}}" @endif placeholder="Title"> app_sign_first_link) value="{{$slider->app_sign_first_link}}" @endif placeholder="Short Description">
@if($slider && $slider->app_sign_second_slider)
@else @endif
app_sign_second_title) value="{{$slider->app_sign_second_title}}" @endif placeholder="Title"> app_sign_second_link) value="{{$slider->app_sign_second_link}}" @endif placeholder="Short Description">
@if($slider && $slider->app_sign_third_slider)
@else @endif
app_sign_third_title) value="{{$slider->app_sign_third_title}}" @endif placeholder="Title"> app_sign_third_link) value="{{$slider->app_sign_third_link}}" @endif placeholder="Short Description">
@endsection