@extends('layouts.master') @section('title', 'Create Op Follow up | Proxima - Medical Management app') @section('title-topbar', 'Follow up') @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | Op Follow up | {{ __('basic.new op follow up') }}
{{ __('basic.new op follow up') }}
@csrf

{{ date('h:i a Y-m-d', strtotime($op->start_at)) }}

{{ $op->service_item->name }}

Op place: {{ $op->place->name }} @isset($op->doctor->first_name) with docotr {{ $op->doctor->first_name }} @endisset

Patient

{{ $op->patient->first_name . ' ' . $op->patient->second_name }}

{{ Auth::user()->first_name . ' ' . Auth::user()->second_name }}

@endsection @section('js') @endsection