@extends('Admin.components.layout') @section('title') Medication Resource @endsection @section('subtitle') Medication Resource- Edit @endsection @section('content')
@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{ csrf_field() }}
r_type == 'link') checked @endif>    
r_type == 'pdf') checked @endif>    
r_type == 'link') hidden @endif> {{--
--}}
Cancel
@endsection @section('js') @endsection