@extends('backend.layouts.app') @section('head') @endsection @section('content')

{{translate('All Ranks')}}

@can('add_staff') @endcan
{{translate('Ranks')}}
# {{translate('Civilization')}} {{translate('Rank')}} {{translate('Number of Arms')}} {{translate('Point')}} {{translate('Percentage')}} {{translate('from Price')}} {{translate('To Price')}} {{translate('action')}}
@endsection @section('modal') @include('public_files.modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} @endsection