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

Daftar Layanan

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 }} Rp {{ number_format($data_service->price) }} {{ $data_service->status }} Detail
{{ $service->links() }}
@endsection