@extends('layouts.yellow') @section('content')
@foreach($history->getPhyscalExam() as $key => $value) @if($loop->first)
@else
@endif
{{__("com-form-history.".$key)}}
{{$value}}
@endforeach
@csrf
@endsection @section('javascript') @endsection