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

@section('content')
    <h1>{{ $title ?? 'Index'}}</h1>
    <p>Something...</p>
@endsection