@extends('dashboard.layouts.master') @section('judul') {{$title}} @endsection @section('content') @section('main_sidebar') @include('dashboard.layouts.include_sidebar.sid_pesan') @endsection

{{ $title }}

Add

@foreach($data as $dt) @endforeach
Action Nama Harga Kuota
{{$dt->nama}} {{ number_format($dt->harga,0) }} {{$dt->kuota}}
@endsection @section('scripts') @endsection