@extends('layouts/admin')
@section('content')
| No |
Area |
info |
Profiling |
Selling |
Action |
@foreach ($data as $key => $item)
| {{ $key + 1 }} |
{{ $item->name }} |
{{ $item->info }} |
{{ $item->sampling }} |
{{ $item->selling }} |
|
@endforeach
@endsection
@push('scripts')
@endpush