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

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

@if(hasPermission('fraud_create') == true)
@endif
@if(hasPermission('fraud_update') == true || hasPermission('fraud_delete') == true ) @endif @php $i=1; @endphp @foreach($frauds as $fraud) @if(hasPermission('fraud_update') == true || hasPermission('fraud_delete') == true ) @endif @endforeach
{{ __('levels.id') }} {{ __('levels.phone') }} {{ __('levels.name') }} {{ __('levels.track_id') }}{{ __('levels.actions') }}
{{$i++}} {{$fraud->phone}} {{$fraud->name}} {{$fraud->tracking_id}}
{{ $frauds->links() }}

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

@endsection()