@extends('admin.layouts.app') @section('styles') @endsection @section('header-content')

@if (@$title) {{ @$title }} @endif

@endsection @section('content')
@if ( isset( $rolesData ) && $rolesData )
@else @endif @csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if(!empty($rolePermissions)) @foreach($permission as $value) @endforeach @else @foreach($permission as $value) @endforeach @endif
@endsection @section('scripts') @endsection