@extends('base') @section('header') @include('components.homepage.header') @endsection @section('title') ZEROTWO @endsection @section('content') @livewire('admin.conv.tableconv') @endsection