@extends('layout.base') @section('content')

Extra's

Add extra

@foreach($extras as $extra) @endforeach
Name Price Per Icon
{{ $extra->name }} € {{ $extra->price }} {{ $extra->per }} {!! $extra->icon !!}
@endsection