@extends('layouts.app')
@section('title')
Remote: {{ $remote->name }}
@endsection
@section('description')
@endsection
@section('breadcrumb')
All Remote
{{ $remote->name }}
@endsection
@section('content')
@include('remotes.attributes')
@include('remotes.dictionary')
@include('remotes.images')
@endsection