@extends('layouts.user.main') @section('content') @if ($errors->any())
@endif
{{$report_type == 0 ? CommonConstants::EXPIRY_SYMBOLS['ADD_EXPIRY_SYMBOLS'] : ($report_type == 1 ? CommonConstants::EXPIRY_SYMBOLS['ACTIVE_SYMBOLS'] : CommonConstants::EXPIRY_SYMBOLS['EXPIRED_SYMBOLS']);}}
@csrf
Download Template
Use dd-mm-YYYY H:i for Date and Time
@csrf
@if(!empty($symbols)) @foreach($symbols as $key => $symbol)
0) style="margin-top: 15px" @endif>

{{ $symbol['symbol'] }}
@endforeach @else
@endif
@if(!empty($symbols)) @endif
@endsection