@extends('layouts.admin') @section('title', 'Add Opportunity') @section('header_title', 'Opportunities') @section('content')

Add New Opportunity

Back to List
@csrf
@endsection @section('scripts') @endsection