@extends('layouts.app')
@section('content')
{{--
--}}
@include('sales_accounts.table-header')
@foreach (config('defines.account_stage_select') as $data_k => $data_v)
{{ $data_v }}
@foreach ($accounts as $account)
@if ($account->stage == $data_k)
-
@endif
@endforeach
@endforeach
@endsection
@section('more_scripts')
@include('sales_accounts.table-js')
@endsection