@extends('layouts.app') @section('head-end') @endsection @section('content')
@foreach ($alllist as $item) {{$item}},
@endforeach
@endsection