@extends('layouts.Frontend.app') @section('title') Profile Sekolah @endsection @section('content') @section('about')
@if ($profile)

{{$profile->title}}

{{$profile->content}}

@else @endif
@endsection {{-- Guru --}} @section('guru') @include('frontend.content.guru') @endsection @endsection