@extends('template_front.index') @if($sejarah!=null) @section('url'){{url("desa/".$sejarah->judul_sejarah)}} @stop @section('title'){{$sejarah->judul_sejarah}} @stop @section('description'){{$sejarah->judul_sejarah}} @stop @section('image'){{url(Storage::url($sejarah->gambar_sejarah))}} @stop @endif @section('content') @if($sejarah!=null)

{{$sejarah->judul_sejarah}}

{!!$sejarah->isi_sejarah!!}

@endif @endsection