@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Employees'])
Add Client
@foreach($clients as $client) @endforeach
Clinte Country Status Phone Employed Project
user1
{{$client->name}}

{{$client->email}}

{{$client->country}}

{{$client->address}}

{{$client->status}} {{$client->phn}} {{ $client->created_at }} {{$client->project}} View Edit Delet
@include('layouts.footers.auth.footer')
{{ $clients->links() }}
@endsection