@if (trim($__env->yieldContent('page_icon')))
@endif
@yield('page_title','Page Title')
@yield('page_subtitle','')
@if(isset($page_actions) && $page_actions->contains('export'))
@endif
@if(isset($page_actions) && $page_actions->contains('copy'))
@endif
@if((isset($page_actions) && $page_actions->contains('edit')) || old())
@endif
@if(isset($page_actions) && $page_actions->contains('delete'))
@endif