@extends('admin2.layout.main') @section('title', 'Data Role - ') @push('style') @endpush @section('content')

Data Role

@if ($errors->any())
@foreach ($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    @foreach ($role as $data) @endforeach
    No Name Action
    {{ $loop->iteration }} {{ $data->name }}
    @endsection @push('script') @endpush