@extends('layouts.main') @push('styles') @endpush @section('content')
| Company Name | Contact | Identifier | ||
|---|---|---|---|---|
| {{ $route->name }} | {{ $route->contact }} | {{ $route->slug }} | Edit | {{ Form::model($route->id ,['method' => 'DELETE', 'route' => ['companies.destroy', $route->id]]) }} {{ Form::close() }} |