@extends('layout.app') @section('title') Account Types @endsection @section('pagetitle') Account Types @endsection @section('content')
| Sn | Name | Account Code | |
|---|---|---|---|
| {{$i+1}} | {{ucwords($item->name)}} | {{ucwords($item->code)}} |
@if (Auth::user()->roles()->first()->name == "super admin") @endif |