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