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

Data Kost

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