@extends('layouts.app') @section('content')
tipos_user {{ $tipos_user->id }}
{!! Form::open([ 'method'=>'DELETE', 'url' => ['tipos_users', $tipos_user->id], 'style' => 'display:inline' ]) !!} {!! Form::button('
@endsection