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

List of Accounts

@foreach ($accounts as $act) @endforeach
ID Name Description Status Date Created Created By Edit
{{$act->AccountId}} {{$act->Name}} {{$act->Description}} {{$act->ActiveStatus}} {{$act->CreatedDate}} {{$act->CreatedBy}} Edit
@endsection