@extends('backend.layouts.app') @section('title') Edit Role @endsection @section('headerWithButton') {{-- title --}}

@yield('title')

@endsection @section('content')
@csrf @method('PUT') @include('backend.role.partials.form')
@endsection