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

{{__("Stations")}}

{{__("Create New Station")}}

@endsection @section("content")

{{__("Create New Station")}}

@csrf
@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
@endsection @section("scripts") @endsection