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

{{__("Stations")}}

{{__("Edit Station")}}

@endsection @section("content")

{{__("Edit Station")}}

id)}}" enctype="multipart/form-data"> @csrf @method('PUT')
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@error("area_id")
{{$message}}
@enderror
@error("phone_number")
{{$message}}
@enderror
@error("phone_number")
{{$message}}
@enderror


@error("station_photo")
{{$message}}
@enderror
@if($station->image_url != null) @else @endif
@endsection @section("scripts") @endsection