@extends('admin.layouts.app') @section('panel')

@lang('This module could be enabled or disabled from the') @lang('System Setting'). @lang('If you enable the module you users will be able to use some HTML code to generate the referral users.')

@forelse($tools as $tool) @empty @endforelse
@lang('S.N.') @lang('Banner') @lang('Name') @lang('Action')
{{ ($tool->currentPage-1) * $tool->perPage + $loop->iteration }}
@lang('image')
{{ __($tool->name) }}
{{ __($emptyMessage) }}
@if($tools->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush @push('style') @endpush