@extends( ($theme =="white") ? 'layouts.white_theme': ( ($theme =="red") ? 'layouts.red_theme': (($theme =="green") ? 'layouts.green_theme': (($theme =="black") ? 'layouts.black_theme': ( ($theme =="blue") ?'layouts.blue_theme': 'layouts.yellow_theme' )))) ) @section('content')

{{ __(' Add Role') }}

@include('common.demo') @include('common.errors')
@csrf
@error('name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@if (env('APP_ENV') != 'demo')
@endif
@endsection