7 lines
76 B
PHP
7 lines
76 B
PHP
|
@extends('master')
|
||
|
@section('main_content')
|
||
|
|
||
|
<h1>Blog!!</h1>
|
||
|
|
||
|
@endsection
|