@extends('layouts.master') @section('title', 'Clients') @section('content')
@livewire('stock.customer.create-customer')
@endsection