@extends('manage.layouts.app') @section('content')
@if ($vehicles->count() == 0) @endif @foreach ($vehicles as $vehicle) @endforeach
Title price status Actions
No record found!
{{$vehicle->title}} {{$vehicle->price}} @if ($vehicle->status == 1) Published @else Draft @endif
@endsection