@extends('layouts.admin.app') @section('title', __('pages/admin/components.nav.cards')) @section('content')

{{ __('pages/admin/components.cards.descriptions.basic') }}

{{ __('buttons.export') }} {{ __('buttons.add_new') }}

{{ __('pages/admin/components.cards.descriptions.with_actions') }}

{{ __('pages/admin/components.cards.descriptions.with_footer') }}

{{ __('buttons.cancel') }} {{ __('buttons.save_changes') }}

{{ __('pages/admin/components.cards.descriptions.borderless') }}

@endsection