@extends('branches.layout') @section('branches.content')
| Name | Actions |
|---|---|
| {{ $branch->name ?: "(blank)" }} |
@if($branch->trashed())
@else
@lang('Show')
|