@extends('layouts.master') @section('browserTitle') {{ trans('menu.exRes') }} @endsection @section('breadcrumb') @endsection @section('title') {{ trans('menu.exRes') }} @endsection @section('body')
@foreach($ex_results_list as $exRes) @endforeach
{{ trans('other.date') }} {{ trans('other.firstname') }} {{ trans('other.lastname') }} {{ trans('other.exercise') }}
{{ $exRes->date }} {{ $exRes->patient->user->firstname }} {{ $exRes->patient->user->lastname }} {{ $exRes->ex_name }}
@endsection