@include('layouts.header')
@include('layouts.nav') @include('layouts.sidebar')

Account Management

@if (session('success')) @endif @if (session('error')) @endif @if ($errors->has('phno')) @endif

Accounts

@php $no = 1; @endphp @foreach ($accounts as $account) @php $no++; @endphp @endforeach
No. Account Number Account Name Location Type BL/PL Action
{{ $no }} {{ $account->account_number }} {{ $account->account_name }} {{ $account->warehouse->name ?? ' ' }} {{ $account->account_type }} {{ $account->account_bl_pl }}