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

{{ __('Role')}}

@include('admin.message')
{{ __('All Roles')}}
@foreach($rows as $row) @endforeach
{{ __('ID')}} {{ __('Name')}} {{ __('Code')}} {{ __('Date')}}
#{{$row->id}} {{ucfirst($row->name)}} {{$row->code}} {{ display_date($row->updated_at)}} {{__("Edit")}}
{{$rows->withQueryString()->links()}}
@endsection