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

{{ __('drug_routes.inactive_drug_route') }}

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