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