@extends('layouts.admin.app') @section('content')

Didukung Oleh {{-- Control panel --}}

@foreach ($result as $e => $r) @endforeach
Nomor Nama Image Action
{{ $e + 1 }} {{ $r->name }} EDIT| Delete
@endsection @section('footer') @stop