@extends('Shop.layout.layout', [ 'title' => __('Profil'), ]) @section('content')
@include('Shop.Customers.partials.user')
@include('Shop.Customers.partials.sale')
@endsection @include('load.layout.modal')