@extends('admin.dashboard') @section('header')

{{ __('REGISTRY') }} {{'WINES - '.$registry->op('op_fname').' and '.$registry->op('op_spouse_fname').' ('.$registry->id.')'}} {{$registry->op('op_wedding_date',[ 'callback' => function($date){return carbon($date)->format(config('lv.date_format.human_short'));} ])}}

{!! $registry->render('op_registry_status',[ 'split' => false, 'pre' => 'Status: ', 'default' => $registry->getStatus(), 'key_dot' => 'registry.status', 'attributes' =>['@command' => 'handleStatusChange'], 'v_options' => 'registry.data.statuses', 'size' => 'small', ]) !!} {!! $registry->render('op_action',[ 'attributes' =>['@command' => 'handleAction'], 'options' => [ 'sendRecommendations' => 'Send Recommendations' ], ]) !!} {{-- --}}
@endsection @section('sidebar') @parent @include('admin.partials.registry-wine-list-sidebar') @endsection @section('dashboard') {{-- @include('admin.partials.widget-panels')--}} {{--
@{{ registry }}
--}} @include('admin.partials.registry-personal-info') @include('admin.partials.registry-preferences') @include('admin.partials.dt-products') {{-- @if(request()->is('admin/registry/wines'))--}} {{--
--}} {{--
--}} {{--
--}} {{-- {{__('REGISTRY > Wine List (r8hg23a)')}}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @include('admin.partials.widget-panels')--}} {{-- Registry Tables--}} {{-- @include('admin.partials.registry-preferences')--}} {{-- @include('admin.partials.registry-wine-list-detail')--}} {{-- @endif--}} @endsection