@extends('agency.layouts.app') @section('title', 'Rolü Düzenle') @section('page_title', 'Rolü Düzenle') @php $breadcrumbs = [ ['title' => 'Dashboard', 'url' => route('agency.dashboard')], ['title' => 'Personel ve Yetki', 'url' => '#'], ['title' => 'Yetkilendirme', 'url' => route('agency.staff-management.roles.index')], ['title' => $role->ui_name, 'url' => ''] ]; @endphp @push('styles') @endpush @section('content')