@extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title', 'Criar Lançamento da Cirurgia') {{-- vendor styles --}} @section('vendor-styles') @endsection @section('content')
@include('includes.alerts') @if (count($errors) > 0)
Ops! Ouve algum problema com o Upload.
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{ $surgery->id }}
{{ Auth::user()->name }}
S/N

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