@extends('layouts.app') @section('title', $lang['party_list']) @section('css') @endsection @section('content')
{{ $lang['party_list'] }}
@can('import.party') @endcan @can($lang['party_type'].'.create') @endcan
@if($lang['party_type'] == 'customer')
@endif
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.name') }} {{ __('app.mobile') }} {{ __('app.whatsapp') }} {{ __('app.email') }} {{ __('app.balance') }} {{ __('app.balance_type') }} {{ __('app.status') }} {{ __('app.created_by') }} {{ __('app.created_at') }} {{ __('app.action') }}
@include("modals.party.payment-history") @endsection @section('js') @endsection