@extends('layouts.index') @section('content')

{{$title}}

{{$title}}

@if(is_null($sambutan)) Tambah Data @else Edit Data @endif
@include('layouts.include.alert') @if(!is_null($sambutan))

{{$sambutan->konten}}

@else

Sambutan masih kosong

@endif
@endsection @push('js') @endpush