@extends('layout.master', ['headerTitle' => 'Edit Account']) @section('style') @endsection @section('body')

Edit Account

@csrf @method('PUT')
@error('name'){{$message}}@enderror
deemed_positive == 1 ) checked="checked" @endif />
deemed_positive == 0 ) checked="checked" @endif />
affects_gross_profit == 1 ) checked="checked" @endif/>
affects_gross_profit == 0 ) checked="checked" @endif />
@error('sort_order'){{$message}}@enderror
default_dr_cr == 'Dr' ) checked="checked" @endif />
default_dr_cr == 'Cr' ) checked="checked" @endif />
@endsection @push('scripts') @endpush