@extends('backend.partials.master') @section('title') {{ __('AccountHeads.title') }} {{ __('levels.list') }} @endsection @section('maincontent')

{{ __('AccountHeads.title') }}

@php $i=0; @endphp @foreach ($account_heads as $head) @endforeach
{{ __('levels.id') }} {{ __('levels.type')}} {{ __('levels.name')}} {{ __('levels.status')}}
{{++$i}} {!! $head->my_type !!} {{ $head->name }} {!! $head->my_status !!}
{{ $account_heads->links() }}

{!! __('Showing') !!} {{ $account_heads->firstItem() }} {!! __('to') !!} {{ $account_heads->lastItem() }} {!! __('of') !!} {{ $account_heads->total() }} {!! __('results') !!}

@endsection()