@extends('dashboard.layouts.app') @section('title', __('dashboard.Edit Earning')) @section('page_heading', __('dashboard.Edit Earning')) @section('breadcrumb') @endsection @section('content')

{{ __('dashboard.Edit Earning') }} #{{ $earning->id }}

@csrf @method('PATCH')
@error('amount')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
@error('notes')
{{ $message }}
@enderror
{{ __('dashboard.Cancel') }}
@endsection