@extends('admin.layout.layout') @section('title', 'Data Detail Mitra ' . $mitra->name) @section('title-bar', 'Data Detail Mitra ' . $mitra->name) @section('content')

Data Detail Mitra

@if($errors->any())
@foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    @foreach ($detail_mitra as $data ) {{-- edit --}} {{-- edit --}} @endforeach
    No Kriteria Nilai Kepentingan Bobot Action
    {{ $loop->iteration }} {{ $data->kriteria->name }} {{ $data->nilaiKepentingan->name }} {{ $data->bobot }}
    @endsection @section('script') @if(Session::get('store')) @endif @if(Session::get('update')) @endif @if(Session::get('destroy')) @endif @endsection