@extends('layouts.app')
@section('title')
Your HCP Centers
@endsection
@section('vendor_css')
@endsection
@section('page_level_css')
@endsection
@section('content')
| HCP Name |
RC Name |
Options |
@foreach($relations as $relation)
| {{$relation->hcp->name}} |
{{$relation->rc->name}} |
|
@endforeach
| HCP Name |
RC Name |
Options |
@endsection
@section('page_vendor_js')
@endsection
@section('page_level_js')
@endsection