@extends('backend.layouts.app') @section('title', localize('home_page_view_setting')) @push('css') @endpush @section('content') @include('backend.layouts.common.validation') @include('backend.layouts.common.message')
{{ localize('home_page_view_setting') }}
@csrf
@if ($errors->has('position_no'))
{{ $errors->first('position_no') }}
@endif
@if ($errors->has('category_name'))
{{ $errors->first('category_name') }}
@endif


@csrf
@foreach ($home_page_settings ?? [] as $value1) @php $key1 = $loop->iteration; @endphp @endforeach
{{ localize('position_id') }} {{ localize('category_name') }} {{ localize('status') }}
{{ $key1}} status == 1 ? 'checked' : '' }} value="1">
@endsection @push('js') @endpush