@extends('layouts.app') @section('title') All Remotes @endsection @section('description') All remotes is here. @endsection @section('breadcrumb')
  • All Remotes
  • @endsection @section('content')
    @forelse ($remotes as $index => $remote) @empty @endforelse
    # 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.
    @endsection