@extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Editar Hospital') {{-- vendor styles --}} @section('vendor-styles') @endsection @section('content') Dados do Hospital @if ($message = Session::get('success')) × {{ $message }} @endif @if (count($errors) > 0) Ops! Ouve algum problema com o Upload. @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf @method('PUT') {{-- @php dd($hospital->city); @endphp --}} Nome E-mail CGC Endereço Cidade Apelido Telefone Celular Contato Salvar Limpar @endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') @endsection