@extends ('../welcome') @section ('content')
@foreach($clients as $client) @endforeach
ID Name Phone Number Payment Method Create Payment
{{$client->id}} {{$client->name}} {{$client->phone_number}} {{$client->payment_method}}
@endsection