@extends('layout.backend.main') @section('title','Manage AccountGroup') @section('css') @endsection @section('page_content') New AccountGroup @foreach($accountgroups as $accountgroup) @endforeach
Code Name Description Parent Id Is Active System Generated Action
{{$accountgroup->code}} {{$accountgroup->name}} {{$accountgroup->description}} {{$accountgroup->parent_id}} {{$accountgroup->is_active}} {{$accountgroup->system_generated}}
Edit @method('DELETE') @csrf
{{ $accountgroups->links() }}
@endsection @section('script') @endsection