@extends('adminlte::page') @section('title', 'Plano de Conta') @section('content_header')
@stop @section('content') @if(Session::has('success')) @php $data = Session::get('success'); @endphp @if (is_array($data)) @foreach ($data as $msg) @endforeach @else @endif @endif @if(Session::has('error')) @php $data = Session::get('error'); @endphp @if (is_array($data)) @foreach ($data as $msg) @endforeach @else @endif @endif
@method('PATCH') @csrf

{{ __('Plano de Conta') }}

estado == 1) checked @endif>
@error('conta') {{ $message }} @enderror
@error('subconta') {{ $message }} @enderror
@error('descricao') {{ $message }} @enderror

Tipo
tipo == 'receita') checked @endif>
tipo == 'patrimonio') checked @endif>
tipo == 'despesas') checked @endif>
@method('delete') @csrf
@stop @section('js') @stop