@include('restaurant::addon.partial.header')
@include('restaurant::addon.partial.aside')
{{$addon->title}}

{!! $addon['id'] !!}

{!! $addon['restaurant_id'] !!}

{!! $addon['name'] !!}

{!! $addon['price'] !!}

{!! $addon['slug'] !!}

{!! $addon['created_at'] !!}

{!! $addon['deleted_at'] !!}

{!! $addon['updated_at'] !!}
{!! Form::numeric('restaurant_id') -> label(trans('restaurant::addon.label.restaurant_id')) -> placeholder(trans('restaurant::addon.placeholder.restaurant_id'))!!}
{!! Form::text('name') -> label(trans('restaurant::addon.label.name')) -> placeholder(trans('restaurant::addon.placeholder.name'))!!}
{!! Form::decimal('price') -> label(trans('restaurant::addon.label.price')) -> placeholder(trans('restaurant::addon.placeholder.price'))!!}