@extends('_layouts.master') @section('body')
@if ($page->category)
{{ $page->category }}
@endif @yield('content')
@endsection