@extends('layouts.app') @section('title', $lang['party_update']) @section('content')
{{ __('party.details') }}
{{-- CSRF Protection --}} @csrf @method('PUT') @if($lang['party_type'] == 'customer')
@endif
@if(app('company')['tax_type'] == 'gst')
@endif
default_party) ? 'checked' : '' }}>
@endsection @section('js') @endsection