@extends('layouts.master') @section('title', __('index.feature_control')) @section('main-content')
@include('admin.section.flash_message')
{{ __('index.feature_control') }}
@forelse($features as $feature) @empty @endforelse
{{ __('index.sn') }} {{ __('index.name') }} {{ __('index.group') }} {{ __('index.action') }}
{{ $loop->iteration }} {{ ucfirst($feature->name) }} @if($feature->name == 'Loan') ({{ __('index.coming_soon') }}) @endif {{ ucfirst($feature->group) }}

{{ __('index.no_records_found') }}

@endsection @section('scripts') @endsection