@extends('layouts.master') @section('styles') {{-- --}} @endsection @section('title') @lang('Profile') @endsection @section('breadcrumbs') @component('components.breadcrumb', [ 'items' => [ ['url' => route('profile.index', ['#roles']), 'label' => 'Profile'], ], 'title' => __('Edit role') ])@endcomponent @endsection @section('content')