Files
opensem/resources/views/Shop/Customers/profile.blade.php
2022-08-19 22:04:44 +02:00

8 lines
102 B
PHP

@extends('Shop.layout.layout', [
'title' => __('Profil'),
])
@section('content')
Profil
@endsection