@extends('layouts.master_app') @section('title') Editar usuario @endsection @section('css') @endsection @section('content')
@include('partials.errors') @include('partials.success') @csrf @method('PATCH')
@foreach($permissions as $item)
@endforeach
@endsection @section('js') @endsection