@extends('layouts.horizontal') @section('content')

Daftar Harga

Daftar Layanan Sosial Media

@if(session('success')) @elseif(session('danger')) @endif @if ($errors->has('quantity')) @endif
@foreach($service as $data_service) @endforeach
ID Category Name Min/Max Price Status Action
{{ $data_service->id }} {{ $data_service->category->name }} {{ $data_service->name }} {{ $data_service->min }}/{{ $data_service->max }} {{ config('web_config')['CURRENCY_CODE'] }} {{ Numberize::make($data_service->price+$data_service->keuntungan) }} {{ $data_service->status }}
{{ $service->links() }}
@endsection