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