@extends('layouts.app') @section('page-title', " - ". __("app.index.characters.title") ) @section('content') @livewire('character.index', ["scope" => $scope]) @endsection