@extends('layouts.app') @section('content')
{{ csrf_field() }}
{{__('Filter')}}
{{__('Brand')}}
{{__('Type')}}
{{__('Plate number')}}
@foreach($vehicles as $vh)
{{$vh->reg_br}}
@endforeach
@endsection