@extends('layouts.app') @section('content')

transport {{ $transport->id }} {!! Form::open([ 'method'=>'DELETE', 'url' => ['transport', $transport->id], 'style' => 'display:inline' ]) !!} {!! Form::button('

ID{{ $transport->id }}
Name {{ $transport->name }}
@endsection