@extends('layouts.app') @section('title') All Firmwares @endsection @section('description') All firmwares is here. @endsection @section('breadcrumb')
  • All Firmwares
  • @endsection @section('content')
    @forelse ($firmwares as $index => $firmware) @empty @endforelse
    # Version Created By Created At Firmware File
    {{ $index+1 }} {{ $firmware->version }} {{ $firmware->creator->name }} {{ date('d-M-Y', strtotime($firmware->created_at)) }} Download
    No data.
    @endsection