@extends('layouts.master')
@section('konten')
<div class="alert alert-primary" role="alert">
Selamat datang di halaman Beranda
</div>
@endsection