@extends('layouts.master') @section('title') Create Role @endsection @section('css') @endsection @section('content') @component('common-components.breadcrumb') @slot('title') Create Role @endslot @endcomponent
@foreach($admin as $role) {{ $role->title}} @endforeach