@extends('layouts.backend.app') @push('header') @endpush @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error)
  • @endforeach @endif
    Profile Card
    Card image cap
    {{ $user->name }}

    Default Tab

    @endsection @push('footer') {!! Toastr::message() !!} @endpush