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

{{ __('Page')}}

@include('admin.message')
{{ __('All Permission')}}
@foreach($rows as $row) @endforeach
{{ __('Name')}} {{ __('Date')}}
{{$row->name}} {{display_date($row->updated_at)}}
{{$rows->links()}}
@endsection