@extends('admin.layouts.app') @section('title', $title) @section('head') @endsection @section('content') {{$title}} Home {{$title}} {{$title}} Create Id Name Action @foreach ($dataArr as $data) {{$data->id}} {{$data->name}} status ? "checked" : ''}} data-bootstrap-switch data-id="{{$data->id}}" class="js-switch-small-{{$data->id}}"> @endforeach @endsection @section('script') @endsection