{{$vehicle->title}}'s files
Total files {{count($vehicle->files)}}
@extends('manage.layouts.app') @section('content')
| Title | year | type | status | Actions |
|---|---|---|---|---|
| No record found! | ||||
| {{$file->title}} | {{$file->year}} | {{$file->type}} | @if ($vehicle->status == 1) Published @else Draft @endif | |
| Title | year | type | status | Actions |
|---|---|---|---|---|
| No record found! | ||||
| {{$file->title}} | {{$file->year}} | {{$file->type}} | @if ($vehicle->status == 1) Published @else Draft @endif | |