@extends('../layout/' . $layout) @section('subhead') Add TeamRole @endsection @section('subcontent')

Edit Team Role

@csrf
@foreach ($pages as $pageIndex => $page)
isPermitted ? 'checked' : '' }}>

{{ $page->pageName }}

@endforeach
@endsection @section('script') @endsection