@extends('layouts.app') @section('title') All Remotes @endsection @section('description') All remotes is here. @endsection @section('breadcrumb')
| # | Brand | Name | Created By | Created At | Dictionary File |
|---|---|---|---|---|---|
| {{ $index+1 }} | {{ $remote->brand }} | {{ $remote->name }} | {{ $remote->creator->name }} | {{ date('d-M-Y', strtotime($remote->created_at)) }} | Download |
| No data. |