@extends('layout.index') @section('title', $about->title) @section('content')

{{ $about->title }}

{{ $about->content }}

@endsection