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

Welcome Message Edit

Control Promo Code

@endsection @section("content")

Edit Welcome Message

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("TextMessage_En")
{{$message}}
@enderror
@error("TextMessage_Ar")
{{$message}}
@enderror
@endsection