@extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Criando Contato') {{-- vendor styles --}} @section('vendor-styles') @endsection @section('content') Dados da Contato @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 Usuario {{ auth()->user()->name }} Data Contato Data Retorno Observação sobre o Contato 0 / 255 Salvar @endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') @endsection