@extends('layouts.dashboard.dashboard') @push('css') @endpush @push('js') @endpush @section('content') @component('card-component',['title'=>trans('main.contact_title')]) @endcomponent @stop