@extends('layouts.master') @section('title', 'Clients') @section('content')
@livewire('stock.customer.show-customer', ['customer' => $customer])
@endsection