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

Inactive Protocols

@include('cancer::cancer_protocol.menu')
@include('flash::message')
@foreach($cancer_protocols as $cancer_protocol) @endforeach
Protocol Billing Type
{{ $cancer_protocol->name }} @if($cancer_protocol->protocol_billing_type == 0) Total Cost of {{ ugandan_shillings($cancer_protocol->protocol_cost) }} @else Billing Per Drug @endif {{ Form::model($cancer_protocol->id ,['method' => 'POST', 'route' => ['cancer_protocol.activate', $cancer_protocol->id]]) }} {{ Form::close() }}
@endsection @push('scripts') @endpush