@extends('layouts.crm.app-crm')
@section('content')
| Opportunity Name |
Account Name |
Stage |
Closed Date |
Action |
@include('crm.opportunity.add-opportunity');
@include('crm.opportunity.edit-opportunity');
@endsection
@section('footer')
@include('shared.footer')
@endsection