@extends("layout.app") @section("styles") @endsection @section("content")

{{$item->name}}

{!!nl2br($item->specifications)!!}

@endsection @section("scripts") @endsection