@extends('layouts.admin.master') @section('style') @endsection @section('content')
{{ $layout->label->toilet_form->title }}
@if(Session::has('update'))
{!! Helper::alert('success', $layout->label->update_success->title, 'block font-15') !!}
@endif
@if(isset(Auth::user()->id) && Auth::user()->role_id==2)
@endif



* ចំនួនបង្គន់អនាម័យ

{{ csrf_field() }}

@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
@endsection @section('script') @include('backend.toilets.inc_toiletscript') @endsection