@extends('layouts.master') @section('title', 'Account Opening Balance') @section('page-header') Account Opening Balance @stop @push('style') @endpush @section('content')
@include('partials._alert_message')

@yield('page-header')

@if(hasPermission('accounts.create', $slugs))) Add New @endif
@if (request()->company_id != '') {{--
--}} {{-- @csrf--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($accounts as $item)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
SlAccount NameOpeningSelect All
{{ $loop->iteration }}{{ $item->name }}--}} {{-- --}} {{-- --}} {{--
--}} {{-- @include('partials._paginate', ['data' => $accounts])--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
@csrf
@foreach($accounts as $item) @endforeach
Sl Account Name Opening Select All
{{ $loop->iteration }} {{ $item->name }}
@include('partials._paginate', ['data' => $accounts])
@endif
@endsection @section('js') @endsection