@extends('layouts.app') @section('title') @lang('dashboard.center_relations') @endsection @section('vendor_css') @endsection @section('page_level_css') @endsection @section('content')
@foreach($relations as $relation) @endforeach
@lang('dashboard.hcp') @lang('dashboard.rc') @lang('dashboard.options')
{{$relation->hcp->name}} {{$relation->rc->name}}
{{method_field('DELETE')}} {{ csrf_field() }}
@lang('dashboard.hcp') @lang('dashboard.rc') @lang('dashboard.options')
@endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection