@extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title', 'Criar Lançamento da Cirurgia') {{-- vendor styles --}} @section('vendor-styles') @endsection @section('content') Dados do lançamento @include('includes.alerts') @if (count($errors) > 0) Ops! Ouve algum problema com o Upload. @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Cod. Ind. {{ $surgery->id }} Parcela Confirmado Usuario {{ Auth::user()->name }} Vencimento Tipo Selecione Entrada(Crédito) Saída(Débito) Plano de Contas Selecione @foreach ($accounts_plan as $item) {{ $item->name }} @endforeach Forma de Pagamento Selecione @foreach ($payment_options as $item) payment_id == $item->id) {{ 'selected' }} @endif>{{ $item->name }} @endforeach Lançamento Nº Doc. Nº Fiscal NFe Departamento Selecione @foreach ($departments as $item) {{ $item->name }} @endforeach Entidade Selecione @foreach ($patients as $item) patient_id == $item->id) {{ 'selected' }} @endif>{{ $item->name }} @endforeach Valor Original S/N Descrição sobre o lançamento Valor Total {{-- parcelamento --}} Valor lançamento Repetição Mensal Bimestral Intervalor Interv. Qtd. Data 1º venc. Número Vencimento Valor {{-- fim área dos parcelamentos --}} Lançar @endsection {{-- vendor scripts --}} @section('vendor-scripts') @include('box._parcials.scripts') @endsection {{-- page scripts --}} @section('page-scripts') @include('box._parcials.automations') @endsection