@extends('adminlte::layouts.app') @section('htmlheader_title') Trades @endsection @section('contentheader_title') Trades @endsection @section('header_styles') @stop @section('main-content')
@include('trades.table')
@endsection @section('footer_scripts') {{-- --}} @stop