File Manager

Path: /home/liffinac1/domains/impactxtmtrading.com/private_html/themes/dashly/user/

Viewing File: starter.blade.php

@extends('layouts.dashly')
@section('title', $title)
@section('content')
    <!-- Title -->
    <h1 class="h2">
        Welcome
    </h1>
    <x-danger-alert />
    <x-success-alert />

@endsection