This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
seepur/resources/views/empty-page.edge

9 lines
104 B
Text
Raw Normal View History

@layout('layouts.main')
@section('page-title')
Your Title
@endsection
@section('content')
@endsection