@extends('layouts.app') @section('content')
@if (session('success'))
@endif @if ($errors->any())
@endif
@yield('card_perfil')
@endsection