@extends('layouts.main') @push('styles') @endpush @section('content')

Companies

@include('clinical_data::companies.menu')
@include('flash::message')
@foreach($companies as $route) @endforeach
Company Name Contact Identifier
{{ $route->name }} {{ $route->contact }} {{ $route->slug }} Edit {{ Form::model($route->id ,['method' => 'DELETE', 'route' => ['companies.destroy', $route->id]]) }} {{ Form::close() }}
@endsection @push('scripts') @endpush