@extends('layouts.default') @section('title') hello @endsection @section('header-style') @endsection @section('content')
hello
@endsection @section('footer-script') @endsection