@extends('backend.partials.master') @section('title') {{ __('AccountHeads.title') }} {{ __('levels.list') }} @endsection @section('maincontent')
{{ __('AccountHeads.title') }}
| {{ __('levels.id') }} | {{ __('levels.type')}} | {{ __('levels.name')}} | {{ __('levels.status')}} |
|---|---|---|---|
| {{++$i}} | {!! $head->my_type !!} | {{ $head->name }} | {!! $head->my_status !!} |
{!! __('Showing') !!} {{ $account_heads->firstItem() }} {!! __('to') !!} {{ $account_heads->lastItem() }} {!! __('of') !!} {{ $account_heads->total() }} {!! __('results') !!}