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