@extends('layout') @section('title','User Info') @section('content')
@include('user_card')
@endsection