@extends('layouts.app') @section('title','Accounts') @section('pages')
@include('layouts.partials.nav-menu')
Temporary Accounts List   
{{----}}
@if(count($data)>0)
@endif
@include('temp-accounts-import.table')
@endsection @section('js') @endsection