@extends('layouts.frontend') @section('title', 'Services') @push('style') @endpush @section('content')

BOOKING SERVICE

@csrf
@foreach ($service->obtaineds as $obtained) @endforeach

Category : {{ $service->name }}

Payment

@endsection