@extends('admin.layouts.adminpanel') @section('page_header') @php $page_title = empty($expense->id) ? __('Create new Expense') : __('Edit Expense'); @endphp @include('admin.partials.page_header') @endsection @section('content')
@if (!empty($expense->id)) @method('PATCH') @endif
(*) Datos obligatorios.
id) && $expense->remind_until_paid ? 'checked' : '' }}>
id) || $expense->moneda == 'Pesos') disabled @endif>
{{ __('File Saved') }} {{--
--}} {{-- --}} {{--
{{-- buttons --}}
{{ __('Cancel') }}

@endsection