@extends('layouts.user.main') @section('content') @if ($errors->any())
@endif
Mapped Symbols
@csrf
@if($symbols->isNotEmpty()) @foreach($symbols as $key => $symbol)
0) style="margin-top: 15px" @endif>

{{ $symbol->symbols }}
sectorId}}> groupId}}>
@endforeach @else
@endif
@if($symbols->isNotEmpty())
@endif
@endsection