@extends('admin.layouts.main') @section('title', 'Detail Foto Kost') @section('content')

Data Detail Foto Kost

@if($errors->any())
@foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    @php $no = 1; @endphp @foreach($detailfotokost as $data) @endforeach
    No Foto Action
    {{ $no++ }}
    @endsection @section('script') @if(Session::get('store')) @endif @if(Session::get('update')) @endif @if(Session::get('destroy')) @endif @if(Session::get('gagal')) @endif @endsection