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

{{__('Plugs')}}

{{__('Edit Plug')}}

@endsection @section("content")

{{__('Edit Plug')}}

id)}}" enctype="multipart/form-data"> @csrf @method('PUT')
@error("ev_charger_type_id")
{{$message}}
@enderror
@error("status")
{{ $message }}
@enderror
@error("plug_photo")
{{$message}}
@enderror
@if($plug->img != null) @else @endif
@endsection @section("scripts") @endsection