@extends('layouts.header') @section('content')

List of Opportunities

@foreach ($opportunities as $tck) @endforeach
Name Sales Stage Type Source Date Created Created By Description
{{$tck->OpportunityName}} {{$tck->SalesStage}} {{$tck->Type}} {{$tck->Source}} {{$tck->CreatedDate}} {{$tck->CreatedBy}} {{$tck->Description}}
@endsection