@extends('layouts.users') @inject('custom', 'App\Services\CustomService') @section('title', 'Custom title for hello page') @push('css') @endpush @section('content') {{ $custom->getSmthUsefull() }}

Hello

@endsection