@extends('layouts.app') @section('title','Dr Referral list') @section('pages')
@include('layouts.partials.nav-menu')
{!! $voucher->doctor !!} ({!! $voucher->doctor_code !!})

{!! formatedDate($voucher->from_date) !!} - {!! formatedDate($voucher->to_date) !!}

@endsection @section('js') @endsection