@extends('admin.layouts.app') @section('title', 'Main page') @section('content')
{{csrf_field()}}
{{--
--}}
{{ $errors->first('name') }}
{{ $errors->first('capacity') }}
{{ $errors->first('short_description') }}
{{ $errors->first('description') }}
{{ $errors->first('supported_vehicles') }}



{{ $errors->first('icon') }}
@endsection