@extends('layouts.admin.master') @section('style') @endsection @section('content')
@endsection @section('script') @endsection

Toilet Name: {{$toilets->toilet_title}}

@foreach($mot_survey as $survey) @php $mot_survey_photos=\App\Model\Backend\MotSurveyPhoto::survey_photo($survey->indicator_id); @endphp
{{$survey-> id}}/. {{$survey->title}}
@foreach($mot_survey_photos as $mot_survey_photo) @endforeach

Score : {{$survey->indicator_score}}

@endforeach