@extends('web.layouts.layout') @section('content') @include('web.pages.components.header.header') @include('web.pages.profile.layout.sidebar') {{__('web.card')}} @if(count($cards)) @foreach($cards as $row) @include('web.pages.components.userCard',['card'=>$row]) @endforeach {{__('web.add_new_card')}} @else @include('web.pages.components.not_found_profile',['message'=>__('web.not_found_cards')]) {{__('web.add_new_card')}} @endif @endsection @section('inject_js') @endsection