@extends('layouts.master') @section('title') {{ __('manage') . ' ' . __('role') }} @endsection @section('content')
@csrf @method('PATCH')
@foreach ($permission as $value)
@endforeach
@endsection