@extends( getThemePath() . '.layout.master') @section('head') @endsection @section('header') @include( getThemePath() . '.partials.header') @endsection @section('content')

{{ $campaign->title }}

{{ $campaign->title }}
{{ $campaign->content }}
@endsection @section('footer') @include( getThemePath() . '.partials.footer') @endsection