@extends('layouts.master') @section('page_header') Quantity Types @endsection @section('breadcrumb')
@endsection @section('content') {{--Data Tables CSS--}} {{--//Data Tables CSS--}}Quantity Type | Created By | |
---|---|---|
{{$drugType->drug_type}} | {{$drugType->creator->name}} | @can('delete',$drugType) {{-- A modal is used to confirm the delete action. One the modal popup, the url in the form changes according to the drug's id --}} @endcan |