@extends('main') @section('title') {{ __('Card') }} @endsection @section('styles') @endsection @section('content')
{{ __('Empty Card') }}