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

{{__('Plugs')}}

{{__('Create New Plug')}}

@endsection @section("content")

{{__('Create New Plug')}}

@csrf
@error("ev_charger_type_id")
{{$message}}
@enderror
@error("status")
{{ $message }}
@enderror
@error("plug_photo")
{{$message}}
@enderror
@endsection @section("scripts") @endsection