@extends('admin.layouts.app') @section('page_title', __('File Storage System')) @section('content')
@lang('Sl.') | @lang('File Storage System') | @lang('Status') | @lang('Action') | ||||
---|---|---|---|---|---|---|---|
{{ $loop->index + 1 }} |
@lang($item->name) |
@if($item->status == 0) @lang("Inactive") @elseif($item->status == 1) @lang("Active") @endif |
@if($item->code != 'local')
@lang("Edit")
@endif
@if($item->status != 1)
|
||||
@lang("No data to show") |