@extends('home') @section('content')

List Sub Intrest

@foreach ($subIntrests as $key=> $item) @endforeach
Sub Intrest Intrest Status Action
{{ $item->interestSubCategoryId }} {{ $item->interestCategoryId }} {{ $item->isActive }} {!! Form::open(['method' => 'DELETE','url' => ['orders/'.$item->id.'/destroy', $item->id],'style'=>'display:inline']) !!} {!! Form::button('', ['type' => 'submit','class'=>'btn btn-danger btn-sm']) !!} {!! Form::close() !!}
Sub Intrest Intrest Status Action
@endsection