@extends('layouts.main') @push('styles') @endpush @section('content')

{{ __('referral_hospitals.activate_referral_hospital') }}

@include('clinical_data::referral_hospitals.menu')
@include('flash::message')
@foreach($referral_hospitals as $referral_hospital): @endforeach
{{ __('referral_hospitals.hospital_name') }}
{{ $referral_hospital->name }} {{ Form::model($referral_hospital->id ,['method' => 'POST', 'route' => ['referral_hospitals.activate', $referral_hospital->id]]) }} {{ Form::close() }}
@endsection @push('scripts') @endpush