@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Technical Supports")}}

{{__("All Technical Supports")}}

@endsection @section("content")

{{__("Edit Technical Support")}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("value")
{{$message}}
@enderror
title != "address") style="display: none" @endif id="latLng">
@error("lat")
{{$message}}
@enderror
@error("lng")
{{$message}}
@enderror
@error("technical_support_image")
{{$message}}
@enderror
@if(!is_null($support->getFirstMediaFile())) @endif
@endsection @section("scripts") @endsection