@extends('layout.backend.main') @section('title','Manage Account') @section('css') @endsection @section('page_content') New Account @foreach($accounts as $account) @endforeach
Id Code Name Account Group Id Is Payment Method Is Trx No Required Description Is Active Created At Created By Updated At Updated By Action
{{$account->id}} {{$account->code}} {{$account->name}} {{$account->account_group_id}} {{$account->is_payment_method}} {{$account->is_trx_no_required}} {{$account->description}} {{$account->is_active}} {{$account->created_at}} {{$account->created_by}} {{$account->updated_at}} {{$account->updated_by}}
View Edit @method('DELETE') @csrf
@endsection @section('script') @endsection