@extends('frontend::layouts.app') @section('content')
@livewire('frontend::list-data.approval-list', ['status' => [2, 3, 4, 13]])
@endsection @push('scripts') @endpush