File "starter.blade.php"

Full Path: /home/fundopuh/trader.fxex.org/resources/views/purpose/user/starter.blade.php
File size: 198 bytes
MIME-type: text/plain
Charset: utf-8

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

@endsection