@extends('layouts.app') @section('style') @endsection @section('content')
Buy items
@if(Auth::user()->character)
@foreach($items as $row)
{{$row->name}}
{{$row->points}}
@endforeach
@else

You Dont Have Character

@endif
@endsection @section('js') @endsection