@extends('socialite::layouts.default') @section('content')
@include('promoters.show.partials.header')
@include('promoters.show.partials.left')
@yield('promoter_content')
@endsection @section('bottom_js') @parent @endsection