@extends('backend.layouts.app')
@section('title') @lang('party::party.list.action') @lang('party::party.list.title') @stop
@section('page-header')
@stop
@section('content')
@livewire("party.list-party-component")
@stop
@push ('vendor-css')
@endpush
@push ('page-css')
@endpush
@push ('vendor-scripts')
@endpush
@push ('page-scripts')
@endpush