@extends('admin.master') @section('content')
@include('admin.sidebar')

All Signals

@if(Session::has('message'))
{{ Session::get('message') }}
@endif @if(Session::has('messageError'))
{{ Session::get('messageError') }}
@endif
@foreach ($Signal as $item) @endforeach
# Curency Pair TP/SP Date/Time Edit Delete
{{$item->id}} {{$item->currency_pair}} TP:{{$item->tp}}
SL:{{$item->sl}}
{{$Date}}, {{$date}} {{$Month}}, {{$Year}} | {{$Hour}} {{$Minute}} {{$Second}} {{$item->comments}}
@endsection