@extends('dashboard.layouts.master') @section('content') {{__('admin.All Features')}} {{__('admin.Home')}} {{__('admin.All Features')}} {{__('admin.All Features')}} {{__('admin.create new feature')}} {{__('admin.Title')}} {{__('admin.place')}} {{__('admin.home')}} {{__('admin.Controll')}} @foreach ($features as $feature) {{ $feature->title }} {{ $feature->place }} @if($feature->home == '1') YES @elseif ($feature->home == '0') NO @endif status == 1)checked @endif data-id="{{$feature->id}}" id="customSwitch4" /> {{ method_field('delete') }} {{ csrf_field() }} {{-- --}} @endforeach @endsection @push('scripts') @endpush