Eshop-Laravel/resources/views/content/blog.blade.php
2019-10-18 12:25:37 +03:00

6 lines
76 B
PHP

@extends('master')
@section('main_content')
<h1>Blog!!</h1>
@endsection