@extends('layouts.core.frontend', [ 'menu' => 'tracking_domain', ]) @section('title', $domain->name) @section('page_header')

{{ $domain->name }}

@endsection @section('content')

edit {{ $domain->name }}

{!! trans('messages.tracking_domain.wording') !!}

@include('tracking_domains._form')
@endsection