@extends('layouts.header') @section('content')

List of Accounts

@foreach($result as $account) @endforeach
AccountId CreatedDate Name Action
{{$account->AccountId}} {{$account->CreatedDate}} {{$account->Name}} AccountId")}}">Edit
@endsection