@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 |
Telefone |
Contato |
Cidade |
E-mail |
Editar |
@foreach ($hospitals as $hospital)
|
|
{{ $hospital->id }} |
{{ $hospital->name }} |
{{ $hospital->phone }} |
{{ $hospital->contact }} |
{{ $hospital->city }} |
{{ $hospital->email }} |
|
@endforeach