@extends('client.layouts.app') @section('title', __('Profile')) @section('content')

CATALOGHI

@if($documents) @foreach($documents as $document)
@endforeach @endif
@endsection