@extends('layouts.main') @push('styles') @endpush @section('content')
| {{ __('referral_hospitals.hospital_name') }} | |
|---|---|
| {{ $referral_hospital->name }} | {{ Form::model($referral_hospital->id ,['method' => 'POST', 'route' => ['referral_hospitals.activate', $referral_hospital->id]]) }} {{ Form::close() }} |