@extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title', 'Criar Convenio') {{-- vendor styles --}} @section('vendor-styles') @endsection {{-- page styles --}} @section('page-styles') @endsection @section('content') Dados do Convenio @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 Nome CGC Endereço Cidade Data de faturamento Data de envio do protocolo Telefone Contato E-mail Salvar @endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') @endsection