@extends('backend.template.index') @section('title', $title) @push('css-between') @endpush @push('script-between') @endpush @section('content')
Data Layanan {{ $office->name }}
@foreach ($services as $service) @endforeach
# Layanan Link Logo
{{ $loop->iteration }}
@csrf @method('DELETE')
{{ $service->title }} {{ $service->link }}
@endsection