aboutsummaryrefslogtreecommitdiff
path: root/resources/views/pages/index.blade.php
blob: 8d377b227b52b4622e3c8ec4051448cc6675bdab (plain) (blame)
1
2
3
4
5
6
@extends('layouts.app')

@section('content')
    <h1>Index</h1>
    <p>Something...</p>
@endsection