@extends('backend.layouts.app') @section('title') Edit Role @endsection @section('content')
{!! html()->form('PUT', route('admin.roles.update', $role->id))->acceptsFiles(false)->id('kt_form_1')->open() !!}
@include('backend.pages.roles._form')
{{ html()->form()->close() }} @endsection