{{ Form::model($themesetup, ['method' => 'POST','route' => ['themesetup'],'enctype'=>'multipart/form-data','data-toggle'=>'validator']) }} {{ Form::hidden('id', null, array('placeholder' => 'id','class' => 'form-control')) }} {{ Form::hidden('page', $page, array('placeholder' => 'id','class' => 'form-control')) }}
@if($themesetup && getMediaFileExit($themesetup, 'logo')) @endif
{{ Form::file('logo', ['class'=>"custom-file-input custom-file-input-sm detail" , 'id'=>"logo" , 'lang'=>"en" , 'accept'=>"image/*", 'onchange'=>"preview()"]) }} @if($themesetup && getMediaFileExit($themesetup, 'logo')) @else @endif
favicon @if($themesetup && getMediaFileExit($themesetup, 'favicon')) @endif
{{ Form::file('favicon', ['class'=>"custom-file-input custom-file-input-sm detail" , 'id'=>"favicon" , 'lang'=>"en" , 'accept'=>"image/*",'onchange'=>"preview()"]) }} @if($themesetup && getMediaFileExit($themesetup, 'favicon')) @else @endif
@if($themesetup && getMediaFileExit($themesetup, 'footer_logo')) @endif
{{ Form::file('footer_logo', ['class'=>"custom-file-input custom-file-input-sm detail" , 'id'=>"footer_logo" , 'lang'=>"en" , 'accept'=>"image/*",'onchange'=>"preview()"]) }} @if($themesetup && getMediaFileExit($themesetup, 'footer_logo')) @else @endif
loader @if($themesetup && getMediaFileExit($themesetup, 'loader')) @endif
{{ Form::file('loader', ['class'=>"custom-file-input custom-file-input-sm detail" , 'id'=>"loader" , 'lang'=>"en" , 'accept'=>"image/*",'onchange'=>"preview()"]) }} @if($themesetup && getMediaFileExit($themesetup, 'loader')) @else @endif
{{ Form::submit(__('messages.save'), ['class'=>"btn btn-md btn-primary float-md-right"]) }}
{{ Form::close() }}