@extends('backend.layout.master') @section('title', __('Category Select')) @section("style") @endsection @section('content')

{{ __('Category Select') }}

@csrf
@foreach($categories as $category)
selected_category == 1)) checked @endif class="permission-switch custom-switch permisssion-switch-{{$category->id}}" type="checkbox" id="permisssion-switch-{{$category->id}}" name="select_category[]" value="{{$category->id}}" />
@endforeach
@endsection @section("script") @endsection