@extends('layouts.admin_layout') @section('content')
@include('admin.layouts.sidebar')

Client Detail

@foreach($forex as $forex) @endforeach
No INSTRUMENTS CATEGORY LEVERAGE ACTION
{{$loop->index+1}} {{$forex->name_forex_instruments}} {{$forex->category}} {{$forex->leverage}} Edit
@foreach($crypto as $crypto) @endforeach
No Instruments CATEGORY LEVERAGE ACTION
{{$loop->index+1}} {{$crypto->name}} {{$crypto->category}} {{$crypto->leverage}} Edit
No Instruments CATEGORY LEVERAGE ACTION
@endsection