@extends("layouts.dashboard.app") @section("page-nav-title")

{{__('Chargers')}}

{{__('Create new Charger')}}

@endsection @section("content")

{{__('Create new Charger')}}

@csrf
@error("station_id")
{{$message}}
@enderror
@error("capacity_id")
{{$message}}
@enderror
@error("plugTypes")
{{$message}}
@enderror
@error("charger_photo")
{{$message}}
@enderror
@error("status")
{{ $message }}
@enderror

@endsection @section("scripts") @endsection