@extends('layout.admin-app') @section('content')

Chips

Add Chip

@foreach($chips as $chip) @endforeach
# Name Price Action
{{$chip->id ?? ''}} {{$chip->name ?? ''}} ${{$chip->price ?? ''}} Delete
@endsection