@extends('backend.layouts.app')
@section('title') @lang('service::title.title') @stop
@section('page-header')
@stop
@section('content')
@livewire('service.title-registration-component')
@endsection
@push('page-css')
@endpush
@push ('vendor-css')
@endpush
@push ('page-scripts')
@endpush