@extends('dashboard.layouts.master') @section('content')
{{__('admin.All Features')}}
{{__('admin.Home')}}
{{__('admin.All Features')}}
{{__('admin.All Features')}}
{{__('admin.create new feature')}}
@foreach ($features as $feature) @endforeach
{{__('admin.Title')}}
{{__('admin.place')}}
{{__('admin.home')}}
{{__('admin.Controll')}}
{{ $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() }}
{{--
--}}
@endsection @push('scripts') @endpush