@extends('layout') @section('title','Services') @section('css') @endsection @section('content')
@if (count($services) > 0) @foreach ($services as $item) @endforeach @endif
no Service Name Price Length Actions
{{ $loop->iteration }}
{{$item->service_name}}
{{ribuanWithComma($item->price)}}
{{config('custom.length_subscriptions')[$item->months]}}
@csrf
Add Service
@endsection @section('js') @endsection