@extends('home') @section('content')
Edit {!! Form::open(['method' => 'DELETE','route' => ['intrests.destroy', $intrest->intrestCategoryId],'style'=>'display:inline']) !!} {!! Form::button('Delete', ['type' => 'submit','class'=>'btn btn-outline-danger ml-1']) !!} {!! Form::close() !!}
@endsection