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

{{__("All Plugins")}}

@include('admin.message')
@if(!empty($rows))
{{csrf_field()}}
@endif
{{--
--}}
{{----}} @if(!empty($rows)) @foreach($rows as $key=>$row) {{----}} @endforeach @else @endif
{{ __('Plugin name')}} {{ __('Description')}} {{ __('Author')}} {{ __('Version')}} {{ __('Status')}}
{{$row['title']}} {{$row['desc']}} {{$row['author']}} {{$row['version']}} {{ $row['status'] }}
{{__("No Plugin found")}}
@endsection