hat.blade.php 274 B

12345
  1. <div class="row hat">
  2. <button class="buttonmus col-md-auto" type="button"> </button>
  3. <h1 class="name col-8">{{$entity->id}}</h1>
  4. <a class="col-auto ml-auto go_back_text " href="{{route($routes['routeIndex'])}}">{{ trans('butt.home') }}</a>
  5. </div>