@if(userPermission('admin-home-page-update'))
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'admin-home-page-update', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}
@endif
@lang('front_settings.home_page_update')
@if($errors->has('image'))
{{ $errors->first('image') }}
@endif
@lang('front_settings.set_permission_in_home')
@foreach($permisions as $row)
is_published==1)? 'checked': ''}}>
{{--
is_published==1)? 'checked': ''}}>
--}}
@endforeach
@php
$tooltip = "";
if(userPermission('admin-home-page-update')){
$tooltip = "";
}else{
$tooltip = "You have no permission to add";
}
@endphp
@if(Illuminate\Support\Facades\Config::get('app.app_sync'))
@else
@endif
{{ Form::close() }}