@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')}}
{{$row['title']}} {{$row['desc']}} {{$row['author']}} {{$row['version']}}
{{__("No Plugin found")}}
@endsection