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

Projects Have tasks contained in them. The tasks are tracked

--}}
@foreach($vendors as $vendor) @endforeach {{-- Mark as Completed--}}
Vendor name Location Action
{{$vendor->name}} {{$vendor->location}}
{{--Create task modal--}} {{--create task modal end--}} {{--edit prloject--}} {{--edit project--}} @include('includes.alerts') @endsection @section('script') @endsection('script')