@extends('layouts.app') @section('style') @endsection @section('content')
@csrf
    @foreach($photo_all as $photo)
  • @endforeach
@foreach($tb_case as $c) @php $json = jsonDecode($c->case_json); @endphp @endforeach
H.N. Patient Name Procedure Select
{{$c->case_hn}} {{$json->patientname}} {{$json->procedurename}} Select
@endsection @section('script') @endsection