@extends('layouts.app') @section('title', 'EndoCapture') @section('style') @endsection @section('modal')
@endsection @section('content')ID | Name | Setting | |
---|---|---|---|
{{$data->id}} | {{$data->user_prefix}}{{$data->user_firstname}} {{$data->user_lastname}} |
@php
$base64 = "";
if($data->user_code!=""){
if(file_exists(htdocs("config/doctor/$data->user_code.txt"))){
$base64 = file_get_contents(htdocs("config/doctor/$data->user_code.txt"));
}
}
@endphp
|
Setting Esign |