@extends('layouts.app') @section('title') Edit Adjustment @stop @section('breadcrumb') @stop @section('content')

Edit Adjustment

Update the information

{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if($adjustment->type == \App\Receipt::property) @elseif($adjustment->type == \App\Receipt::vehicle) @elseif($adjustment->type == \App\Receipt::rebate) @elseif($adjustment->type == \App\Receipt::vendor) @elseif($adjustment->type == \App\Receipt::others) @else @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
@if ($errors->has('sold_amount')) {{ $errors->first('sold_amount') }} @endif
@stop @section('js') @stop