@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)
  1. @endif @endforeach
@endforeach
@endsection @section('more_scripts') @include('sales_accounts.table-js') @endsection