@extends('layouts.app') @section('title') @lang('dashboard.add_relation') @endsection @section('vendor_css') @endsection @section('page_level_css') @endsection @section('custom_css') @endsection @section('content') @lang('dashboard.hcp') @foreach ($hcps as $hcp) {{$hcp->name}} @endforeach @lang('dashboard.rc') @foreach ($rcs as $rc) {{$rc->name}} @endforeach @lang('dashboard.add') @lang('dashboard.reset') {{ csrf_field() }} @endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection