@extends('layouts.app') @section('title','Contra Settlement') @section('page_title','Contra Settlement') @section('content')

{{ $contra->exists?'Edit':'Create' }} Contra Settlement

AR and AP remain separate until this approved settlement is posted.

Back
@csrf @if($contra->exists)@method('put')@endif
@endsection