@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 |
Cidade |
E-mail |
Editar |
@foreach ($insurances as $insurance)
|
|
{{ $insurance->id }} |
{{ $insurance->name }} |
{{ $insurance->phone }} |
{{ $insurance->city }} |
{{ $insurance->email }} |
|
@endforeach