@extends('adminlte::layouts.app') @section('htmlheader_title') {{ trans('Bike Features') }} @endsection @section('contentheader_title') {{ trans('Bike Features') }} @endsection @section('main-content')
@if (Session::has('message'))
{!! Session::get('message') !!}
@endif @if (Session::has('error'))
{!! Session::get('error') !!}
@endif @if (Session::has('success'))
{!! Session::get('success') !!}
@endif

{{ trans('Bike Features') }} List

{{-- --}} @php if (!empty($bikes)) { $i = 0; foreach ($bikes as $bike) { $i++; @endphp {{-- --}} @php } } @endphp
# Bike Name Bike FeaturesAction
{{ $i }} {{ $bike['name'] }} @if(count($bike['bike_features']) > 0) @else No Featuress @endif
@endsection