@extends('backend.layouts.app') @section('title') @lang('party::party.list.action') @lang('party::party.list.title') @stop @section('page-header')

@lang('party::party.list.title')

@stop @section('content') @livewire("party.dl.list-party-component") @stop @push ('vendor-css') @endpush @push ('page-css') @endpush @push ('vendor-scripts') @endpush @push ('page-scripts') @endpush