@extends('layouts.backend.master') @section('title', trans('backend.titles.teamroles')) @section('content')
@include('backend.includes.table.header', ['page' => 'teamroles', 'id' => $teamrole->id]) @include('backend.teamroles.tables.show') @include('backend.includes.table.footer', ['page' => 'teamroles', 'id' => ['teamrole' => $teamrole->id]])
@endsection