Eshop-Laravel/resources/views/content/blog.blade.php

7 lines
76 B
PHP
Raw Normal View History

2019-10-18 09:25:37 +00:00
@extends('master')
@section('main_content')
<h1>Blog!!</h1>
@endsection