@extends('template.content')
@section('content')
{{$title}}
Name |
Role |
Email |
Phone |
Status |
Action |
@foreach($data as $key)
{{$key->name}} |
{{$key->cms_role_name}} |
{{$key->email}} |
{{$key->phone}} |
{{$key->status}} |
detail
edit
|
@endforeach
@push('js')
@endpush
@endsection