@extends('layouts.app') @section('title') @lang('dashboard.all_centers') @endsection @section('vendor_css') @endsection @section('page_level_css') @endsection @section('content')
@foreach($centers as $center) @endforeach
@lang('dashboard.name') @lang('dashboard.center_type') @lang('dashboard.rc_type') @lang('dashboard.options')
{{$center->name}} {{$center->type}} @if($center->type=="HCP") "-" @else {{$center->rc_type}} @endif
{{method_field('DELETE')}} {{ csrf_field() }}
@lang('dashboard.name') @lang('dashboard.center_type') @lang('dashboard.rc_type') @lang('dashboard.options')
@endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection