@include($view_path.'.includes.breadcrumb-primary') {{ $panel }} Add
@include('account.includes.buttons')
@include('account.payroll.includes.buttons')
@include('includes.flash_messages')
@if (isset($data['row']) && $data['row']->count() > 0)
@include($base_route.'.includes.edit')
@else
@include($base_route.'.includes.add')
@include($view_path.'.includes.table')
@endif
@include($view_path.'.includes.form')