@extends('layouts.dashboard') @section('content')
@include('notification')
Stall Categories
@if($arr) @foreach($arr as $key => $stall) @endforeach @endif
{{$key + 1}} {{ $stall->name }} {{ $stall->currency == 'ruppee' ? '(₹)' : ($stall->currency == 'dollar' ? '($)' : '(€)') }} {{ $stall->value }}
@csrf @method('POST')
@endsection