@extends('Layouts.dashboardLayout') @section('content')
All Clients
{{--

Projects Have tasks contained in them. The tasks are tracked

--}}
@foreach($clients as $client) @endforeach {{-- Mark as Completed--}}
Client name Assigned Staff Client Email Action
{{$client->name}} {{$client->assigned_staff}} {{$client->client_email}}
{{--Create task modal--}} {{--create task modal end--}} {{--edit prloject--}} {{--edit project--}} @include('includes.alerts') @endsection @section('script') @endsection('script')