@extends('backoffice.template.app') @section('script') @if (session('success-verif')) @endif @endsection @section('content')

Admin / Merchant

{{-- --}} {{-- --}} @foreach ($merchant as $m) {{-- --}} {{-- --}} @endforeach
No NamaAlamat FotoNomor Telepon StatusDeskripsiOwner Action
{{ $m->id }} {{ $m->nama }}{{ $m->alamat }} pic {{ $m->no_hp }} @switch($m->status) @case(0) Belum Diverikasi @break @case(1) Sudah Diverikasi @break @endswitch {{ $m->deskripsi }}{{ $m->user->nama }}
Detail @if ($m->status == 0) @else @endif
@endsection