@extends('layouts.admin.master') @section('style') @endsection @section('content')
@foreach($tphotos as $tphoto) @php $photo_path="https://cdn1.iconfinder.com/data/icons/rcons-user-action/512/user-512.png"; if($tphoto->photo_name!=''){ $photo_path=Storage::url('TID-'.$tphoto->toilet_id.'/' . $tphoto->photo_name); } @endphp
@endforeach
{{ $layout->label->indicator_mot_survey->title }}
@if(Session::has('inserted'))
{!! Helper::alert('success',Session::get('inserted'), 'block font-15') !!}
@endif
@php $testloop=0;@endphp @foreach($indicator_types as $indicator_type) @php $no=1; $sub_indicator_type= ContentTerms::sub_terms_by_orderBy(['taxonomy' => 'indicator_type_asean'],$indicator_type->term_id); @endphp @if($testloop<1)
@else
@endif
    @foreach($sub_indicator_type as $sub)
  • {{$no}}) {{$sub->title}} id),$sub->term_id,1)}} value="1"/> Yes id),$sub->term_id,0)}} value="0" /> No
  • @php $no++; @endphp @endforeach
@php $testloop++; @endphp @endforeach
{{ csrf_field() }}
@endsection @section('script') @endsection