@extends('layout.app') @section('content') @push('styles') @endpush
@foreach ($roles as $role)
@endforeach
{{-- add role modal --}}
@csrf
{{-- edit role modal --}}
@csrf @method('PUT')
@push('scripts') @endpush @endsection