@if ($message = Session::get('success'))
{{ $message }}
@endif
@if (count($errors) > 0)
Ops! Ouve algum problema.
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
| ID |
Nome |
Contato |
Telefone |
E-mail |
Editar |
Excluir |
@foreach ($companies as $item)
| {{ $item->id }} |
{{ $item->name }} |
{{ $item->contact }} |
{{ $item->phone }} |
{{ $item->email }} |
|
|
@endforeach