@extends('layouts.master') @section('title') Edit Role @endsection @section('css') @endsection @section('content') @component('common-components.breadcrumb') @slot('title') Edit Role @endslot @endcomponent
@foreach($admin as $role) id, $data2)) ? 'checked' : '' }}> {{ $role->title}} @endforeach