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

{{__("Support Locations")}}

@endsection @section("content") @include("includes.dialog")

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

$location->id]) . (isset($_GET["redirect"]) ? "?redirect=" . $_GET["redirect"] : null) }}" enctype="multipart/form-data"> @csrf @method("put")
{{ $location->country . (!empty($location->governorate) ? " - " . $location->governorate : null) . (!empty($location->locality) ? " - " . $location->locality : null) . (!empty($location->sub_locality) ? " - " . $location->sub_locality : null) . (!empty($location->neighborhood) ? " - " . $location->neighborhood : null) }}
@endsection @section("scripts") @endsection