@extends('layouts.admin') @section('title', 'Customers') @section('page-title', 'Customer Management') @section('content') @livewire('customer-management') @endsection