@extends('resource.show') @php $links['back'] = guard_url('committee/committee'); $links['edit'] = guard_url('committee/committee') . '/' . $committee->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('committee::committee.title.main') !!} @stop @section('sub.title') {!! __('committee::committee.title.show') !!} @stop @section('breadcrumb')