@extends('admin.include.main') @section('content')
@foreach($roles as $not) @endforeach
S.No Role Created Date Action
{{$count++}} {{$not->name}} {{ date('Y M d',strtotime($not->created_at))}} Edit
@endsection