home.blade.php~ 200 B

1234567891011121314
  1. @extends('layouts.backend')
  2. @section('title', 'Moell Blog')
  3. @section('header')
  4. <h1>
  5. Home
  6. <small>Moell Blog</small>
  7. </h1>
  8. @endsection
  9. @section('content')
  10. ddd
  11. @endsection