@extends('layouts.app') @section('title', 'Edit Party - ' . $party->name) @section('page_title', 'Edit Customer / Supplier') @section('content')
Edit Party: {{ $party->business_name ?? $party->name }}
@csrf @method('PUT')
is_active) ? 'checked' : '' }}>

Cancel
@endsection