@extends('layouts.main') @push('styles') @endpush @section('content')
| {{ __('clinics.clinic_name') }} | {{ __('clinics.clinic_type') }} | ||
|---|---|---|---|
| {{ __('clinics.clinic_name') }} | {{ __('clinics.clinic_type') }} | ||
| {{ $clinic->name }} | {{ $clinic_types[$clinic->slug] }} | {{ __('clinics.edit') }} | @if (empty($clinic_ids[$clinic->id])) {{ Form::model($clinic->id ,['method' => 'DELETE', 'route' => ['clinics.destroy', $clinic->id]]) }} {{ Form::close() }} @else Clinic in use @endif |