@extends('layouts.app') @section('title', $lang['party_create']) @section('content')
{{ $lang['party_details'] }}
{{-- CSRF Protection --}} @csrf @method('POST') @if($lang['party_type'] == 'customer')
@endif
@if(app('company')['tax_type'] == 'gst')
@endif
@endsection @section('js') @endsection