@extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title', 'Criar Lançamento') {{-- vendor styles --}} @section('vendor-styles') @endsection @section('content')
@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
{{ Auth::user()->name }}
S/N

{{-- parcelamento --}} {{-- fim área dos parcelamentos --}}
@endsection {{-- vendor scripts --}} @section('vendor-scripts') @include('box._parcials.scripts') @include('andes._parcials.patiets') @include('andes._parcials.insurance') @include('andes._parcials.hospital') @endsection {{-- page scripts --}} @section('page-scripts') @include('box._parcials.automations') @endsection