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

{{__("edit-statistic")}}

{{__("control-statistics")}}

@endsection @section("content")

{{__("edit-statistic")}}

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