@extends('layouts.site') @section('meta_title') {{ locale_category_name($category) }} — {{ brand_name() }} @endsection @section('title', locale_category_name($category)) @push('meta') @if (filled($description)) @endif @endpush @section('content')

{{ locale_category_name($category) }}

@if (filled($description))

{{ $description }}

@endif
@feature('repair_services') @if ($services->isNotEmpty()) {{ __('site.industry_view_services') }} @endif @endfeature
@if ($activities->isNotEmpty())

{{ __('site.industry_activities') }}

@endif @if ($orders->isNotEmpty())

{{ __('site.industry_completed_repairs') }}

{{ __('site.view_all') }}
    @foreach ($orders as $order)
  • {{ $order->tracking_code }}

    {{ $order->device_name }}

    @if ($order->category)

    {{ locale_category_name($order->category) }}

    @endif
  • @endforeach
@endif @feature('repair_services') @if ($services->isNotEmpty())

{{ __('site.industry_sample_services') }}

{{ __('site.hero_cta_services') }}
    @foreach ($services as $service) @endforeach
@endif @endfeature
@endsection