@if (Auth()->user()->type_user != 'owner')
@include('error.404')
@dd()
@else
@extends('layouts.owner.master')
@section('title', 'Paiements')
@section('content')
@livewire('owner.client.commande.payment.index-payment', ['commande' => $commande])
@endsection
@endif