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

Add Team Role

@csrf
@foreach ($pages as $pageIndex => $page)

{{ $page->pageName }}

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