@extends('layouts.dashboard') @section('content')
Manage Referral Show Form
@if (session('success'))
{{session('success')}}
@endif @if (session('error'))
{{session('error')}}
@endif
Existing Referral List
@include('reports.manageReferral_ajax')
Organization Referred To Organization Referred By Client Name Specific Need Created At Updated At Status Update Status Notes
@endsection @section('footer_scripts') @endsection