@extends('backEnd.master') @section('title') @lang('front_settings.home_page') @endsection @section('mainContent')

@lang('front_settings.home_page_update')

@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
{{isset($links)?@$links->title:''}}

@lang('front_settings.set_permission_in') @lang('front_settings.home')

@if (count(@$errors) > 0)
@foreach ($errors->all() as $error)

{{ @$error }}

@endforeach
@endif
@foreach($permisions as $row) 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() }}
@endsection