@extends('layouts.master') @section('title', 'Create Op Follow up | Proxima - Medical Management app') @section('title-topbar', 'Follow up') @section('css') @endsection @section('content')
{{ date('h:i a Y-m-d', strtotime($op->start_at)) }}
Op place: {{ $op->place->name }} @isset($op->doctor->first_name) with docotr {{ $op->doctor->first_name }} @endisset
Patient
{{ Auth::user()->first_name . ' ' . Auth::user()->second_name }}