@extends('company.layouts.master') @section('title', 'Edit Role') @section('page-title', 'Edit Role') @section('breadcrumbs') @endsection @section('content') @include('company.roles._form', ['action' => route('company.roles.update', $role), 'method' => 'PUT']) @endsection