@extends('layouts.admin') @section('content')

Upload Your Prescription

Lorem ipsum dolor sit amet consectetur adipisicing elit. Maxime mollitia, molestiae quas vel sint

{!!Form::open(array('class'=>'','id'=>'upload_prescription','files' => true));!!}

Upload Prescription

Please attach a prescription to proceed

Upload New Document
@if(!empty(Session::get('CustomerId')))
View Saved Prescription
@endif
Guide for a valid prescription
  • Don’t crop out any part of the image
  • Avoid blurred image
  • Include details of doctor and patient + clinic visit date
  • Medicines will be dispensed as per prescription
  • Supported files type: jpeg , jpg , png , pdf
  • Maximum allowed file size: 2MB
@if(empty(Session::get('CustomerId'))) CONTINUE @else @endif
Sample Prescription
{!!Form::close();!!} @endsection