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

Jarak

@if($errors->any())
@foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    @php $no = 1; @endphp @foreach($jarak as $datajarak) @endforeach
    No Name Bobot Action
    {{ $no++ }} {{ $datajarak->name }} {{ $datajarak->bobot }} {{-- --}}

    Fasilitas

    @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    @php $no = 1; @endphp @foreach($fasilitas as $datafasilitas) @endforeach
    No Name Bobot Action
    {{ $no++ }} {{ $datafasilitas->name }} {{ $datafasilitas->bobot }} {{-- --}}

    Harga

    @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    @php $no = 1; @endphp @foreach($harga as $dataharga) @endforeach
    No Name Bobot Action
    {{ $no++ }} {{ $dataharga->name }} {{ $dataharga->bobot }} {{-- --}}

    Lokasi

    @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    @php $no = 1; @endphp @foreach($lokasi as $datalokasi) @endforeach
    No Name Bobot Action
    {{ $no++ }} {{ $datalokasi->name }} {{ $datalokasi->bobot }} {{-- --}}

    Keamanan

    @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    @php $no = 1; @endphp @foreach($keamanan as $datakeamanan) @endforeach
    No Name Bobot Action
    {{ $no++ }} {{ $datakeamanan->name }} {{ $datakeamanan->bobot }} {{-- --}}

    Akses Jalan

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