@if (strtolower($theme['name']) == strtolower($restaurant->theme ?? current($themes)['name']))
{{ __('system.crud.default') }}
{{ __('system.crud.preview') }}
@else
{!! Form::open(['method' => 'put', 'route' => ['restaurant.themes.update']]) !!}
{{ __('system.crud.preview') }}
{!! Form::close() !!}
@endif