8 lines
102 B
PHP
8 lines
102 B
PHP
@extends('Shop.layout.layout', [
|
|
'title' => __('Profil'),
|
|
])
|
|
|
|
@section('content')
|
|
Profil
|
|
@endsection
|